[PHP] use web hyperlink to insert data into MySQL?

2003-04-01 Thread Levi Zander
I am trying to use PHP to create a hyperlink button that writes data to MySQL database and sends the user to a new page.. is this possible? if so would you post the syntax/site where I can find out how to do this... thx! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] [!NEWBIE ALERT!] fread() question

2003-02-23 Thread Levi Zander
worked like a champ! thanks! "Chris Hayes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 00:05 24-2-2003, you wrote: > >trying to parse a URL and write html code to a file, then search the file > >for a string between ... how would I implement the fread > >function below, a

[PHP] [!NEWBIE ALERT!] fread() question

2003-02-23 Thread Levi Zander
trying to parse a URL and write html code to a file, then search the file for a string between ... how would I implement the fread function below, and regular expressions to read the specific conent. thx or is there a php function that can return the TITLE of a URL? -- PHP General Mailin