Parse String
I need to parse the string below into three variables. How would I do that?
john + 10/20/2008
$_POST
Hi, I have 2 seperate php files, and i want my $_POSt["fname"] To go into both of them, Fo
How do I get the row number from from an sql table query
Hi all
I have a table that I query and it returns a number of rows.
mysql_num_rows($query)
newbie question
Hi out thereIm totaly new in this forum and to .net and vb so here is a totaly newbie question.I wan
does anyone know a php script to send mail using gmails/googles free smtp server
cause i heard u can do that but i dont know how
Converting from one format to another
"I have got a date in DD/MM/YYYY but I need it in MM-DD-YYYY. Help!"
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
How to Handle more than one submit button in single form?
Hi
I have one PHP file which contains one Form. In this form there are two Submit type Buttons
Parse Error with doctype
I'm getting a parse error with this simple code. I don't get it. It worked one time then when I relo
Problem with HTTP Caching...?
Hi there, im trying to implement caching. But it doesn't always work.
I post it here because ther