I can run php anywhere on my machine but from browser!?
I setup the ini, dll, and all as described but cannot get it to go,
anybody would know what to do with that?
Thank you much,
George
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
Thank you for your e-mail message to MSN webmaster. We would like to assist you with your question and request you go to the appropriate link below for the product you are inquiring about. The link will take you directly to that product’s online help with instructions on how you may contact us d
Instead of straight passing through to the variable,
Use a sql statement
$s=" Select first_name...from";
$s.=" ..";
Once this is done
Use an array to store values selected
Eg :
$firstname='first_name'
echo $firstname..
see if this works
-Original Message-
From: Monique Verrier [mailto:
Requested file.
Norton AntiVirus Deleted1.txt
Description: plain/text
v.email.it/cgi-bin/foclick.cgi?mid=1298&d=20040703
Thank you for your e-mail message to MSN webmaster. We would like to assist you with your question and request you go to the appropriate link below for the product you are inquiring about. The link will take you directly to that product’s online help with instructions on how you may contact us d
Hi,
In your form you should have fields with these
names(i.e. first_name, last_name etc.) and method
attribute of form should be set to post.
zareef ahmed
--- Monique Verrier <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I am hoping that someone can be of help. I think
> that there may be a
> pr