Jump to content

phpboy

Member
  • Posts

    58
  • Joined

  • Last visited

Everything posted by phpboy

  1. <?php $words = "my my my there are so many words in the sentence"; $result = str_word_count($words); /* str_word_count is a function for counting the strings */ print $result . " "; $did_send = mail('stefan@killerphp.com','php tutorial',"message....."); echo "Email send: " . $did_send; ?>
  2. wow great! i have done removing IIS and now i can malke the wamp online and i can now go direct to my localhost tnx for the help guys anyways, sir stefan how can i make apache run with IIS? i mean running it in different port not on 80 so that i can use IIS and apache at the same time? i just want to know... again ty for those who post here and i'm ready now for watching those videoes
  3. how will i uninstall/diable IIS? it is not included in the link... i install IIS because i'm studying asp and now i'm switching to PHP how? ty
  4. yes ty bro, i jyst did what u said... but it goes back to the main problem of mine.. after clicking that localhost it requires again user id and password what seems to bethe problem???
  5. aw, how will i take it on? i mean i double click it (the icon) then an icon occured at the right bottom of my desktop then i lef clck it and i choose put online a prom saying : could not execute menu item (internal error){excepton}Could not perform service action : The service has not been started pls help thnx
  6. i just finished downloading the wampserver then by typing http://127.0.0.1 ... that's my problem... after typing that (supposed to be after typing that will bring me to the wamp server right?) but what happen is.. there is a prompt that needs user id and password? what seems to be the problem? pls help me i gotta need to learn php rushness! pls reply admin >_<
×
×
  • Create New...