[PHP] Mysql update problems

2003-01-05 Thread Jesse Lawrence
', title='$title' where url='$address'; if(mysql_db_query ($dbname, $query, $link)) { $is_news = 1; }else{ $is_news = 0; } return $is_news; } Thanks a million for any help, Jesse Lawrence

[PHP] why isn

2002-09-20 Thread Jesse Lawrence
__ Post your free ad now! http://personals.yahoo.ca -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] why isn't this working?

2002-09-20 Thread Jesse Lawrence
This little code snippet is from a login system that I've made, which takes unconfirmed user-info out of a mysql table, and places it into a confirmed table (Uses email confirmation). Now, this has really got me baffled, because it seemed to be working fine yesterday. Can anyone please tell me

[PHP] Strange submission problem

2002-09-18 Thread Jesse Lawrence
/ Password:br / input type=password name=password /br / Confirm Password:br / input type=password name=password2 /br / br / input type=submit name=submit value=register /br / /form /div /center Your help is greatly appreciated, Jesse Lawrence

Re: [PHP] Strange submission problem

2002-09-18 Thread Jesse Lawrence
key to submit the form? The solution I used was to remove the value assignment to the submit button and set it in a hidden variable input type=hidden name=submit value=register - Jacob At 10:58 09/19/2002, Jesse Lawrence wrote: Hello everyone, In a simple signup form that I'm using, I send

[PHP] Problem updating post on a basic weblog system

2002-09-12 Thread Jesse Lawrence
, and can't seem to get my head around it. You can view the entire code here: http://soniceast.d2g.ca/~jalaw/blog/admin.txt Thanks a bunch for any help, Jesse Lawrence __ Post your free ad now! http://personals.yahoo.ca -- PHP

[PHP] make problems, sapi

2002-08-26 Thread Jesse Lawrence
-recursive] Error 1 make[2]: Leaving directory `/home/jalaw/downloads/php-4.2.2/sapi/apachefilter' make[1]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/jalaw/downloads/php-4.2.2/sapi/' make: *** [all-recursive] Error 1 Thanks very much, Jesse Lawrence

[PHP] strange error message when trying to start apache

2002-08-26 Thread Jesse Lawrence
/apachectl start: httpd could not be started Can anyone lend me a hand with this? Thanks very much, Jesse Lawrence __ Post your ad for free now! http://personals.yahoo.ca -- PHP General Mailing List (http://www.php.net

[PHP] Create a link where http://

2002-07-29 Thread Jesse Lawrence
point me towards a solution, it would be greatly appreciated. Thanks very much, Jesse Lawrence http://soniceast.d2g.ca/jesse/ __ Post your ad for free now! http://personals.yahoo.ca -- PHP General Mailing List (http://www.php.net

[PHP] Hitting return in a textarea box...

2002-07-24 Thread Jesse Lawrence
I'm putting together a message board, and I'm having problems with hitting the return(enter) key within my textarea. I've looked around for a solution, I tried wrap=hard, wrap=soft and wrap=vitual and none of them worked (should they? I may have done it wrong?) and I also tried nohardbreaks and

[PHP] Image upload into database

2002-07-24 Thread Jesse Lawrence
I've setup an image upload feature on a site, which uploads images into a mysql database. The uploads are working absolutely as expected on my local computer (the server), but when someone else tried to upload, only 1/3 of the image was uploaded. Could it be a matter of size? I was originally