[PHP] Mysql update problems

2003-01-05 Thread Jesse Lawrence
ct to database"); $query = "update bloggers set cache='$blog', title='$title' where url='$address'"; if(mysql_db_query ($dbname, $query, $link)) { $is_news = 1; }else{ $is_news = 0; } return $is_news; } T

[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 w

[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

Re: [PHP] Strange submission problem

2002-09-18 Thread Jesse Lawrence
7;re using the enter 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 - Jacob At 10:58 09/19/2002, Jesse Lawrence wrote: >Hello everyone, >In a simple signup form that I'm using, I send the >varia

[PHP] Strange submission problem

2002-09-18 Thread Jesse Lawrence
ut you: Password: Confirm Password: Your help is greatly appreciated, Jesse Lawrence __ Post your free ad now! http://personals.yahoo.ca -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] Problem updating post on a basic weblog system

2002-09-12 Thread Jesse Lawrence
been updated or changed in any way. Does anyone have any suggestions or help they could lend me? I've been facing this problem for a while now, 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 Th

[PHP] strange error message when trying to start apache

2002-08-26 Thread Jesse Lawrence
e/bin/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] make problems, sapi

2002-08-26 Thread Jesse Lawrence
hp-4.2.2/sapi/apachefilter' make[2]: *** [all-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:

[PHP] Create a link where http://

2002-07-29 Thread Jesse Lawrence
f someone could 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 (htt

[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 u

[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 nohardbreak