Jump to content

help with fWrite


Overtone

Recommended Posts

im trying too do something really simple and am horrified that i can find any decent way too do it.

 

i have an fwrite file set up fine.

and a textbox in html that inputs an email

heres my html code

 

 

Email: <input type ="text" name ="Email Address"/>

 

 

 

my php is like this:

$email = Email;

 

i figured that would work but php automatically thinks Email is a string

 

how do i get $Email to equal the data type thats inputted on the text box.

Link to comment
https://forums.phpfreaks.com/topic/191644-help-with-fwrite/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.