Re: [PHP-DB] Chinese characters

2006-06-07 Thread Dimiter Ivanov
On 6/7/06, Jeffrey [EMAIL PROTECTED] wrote: John Meyer wrote: Is there any way to filter out Chinese or Asian characters from what I get from this list? I understand that there are a lot of intelligent, well-meaning Asians on this list but my system seems to get Montezuma's revenge when I

Re: [PHP-DB] Populating an array to the next script!

2006-07-07 Thread Dimiter Ivanov
On 7/7/06, Miguel Guirao [EMAIL PROTECTED] wrote: Hello, Is there a way to populate an array from one script to the next one? I'm using a form, and a hidden field for such desire: input name=hwt[] type=hidden value=?php echo($hwGSM);? but it returns this: input name=hwt[] type=hidden

Re: [PHP-DB] Help displaying Column Names

2006-09-14 Thread Dimiter Ivanov
On 9/14/06, Miguel Guirao [EMAIL PROTECTED] wrote: You haven't searched at all, go to www.php.net and look up for mysql_field_name() and related functions!! -Original Message- From: Grant Griffith [mailto:[EMAIL PROTECTED] Sent: Jueves, 14 de Septiembre de 2006 10:22 a.m. To:

Re: [PHP-DB] problem with header()

2006-10-04 Thread Dimiter Ivanov
On 10/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi I can not submit any header() information in the following context. What is wrong within the code? ?php require_once includes/db.inc; require_once HTML/Template/ITX.php; if (!($connection = @ mysql_connect($hostname, $username,

Re: [PHP-DB] Re: do not display dublicated entries

2007-03-16 Thread Dimiter Ivanov
On 3/14/07, Niel Archer [EMAIL PROTECTED] wrote: Hi I have tried everything except of the one that forms the date in one field and use the DISTINCT for ip and date. It works for me. I use it for essentially the same job, listing most recent visit to a location (not IP, but physical venue).

Re: [PHP-DB] echo

2007-03-28 Thread Dimiter Ivanov
something like this : Inetpub\wwwroot\album\img as I am running out of time! could someone complete this code just with one echo and img src so that I can retrive my photos ? MySQL columns : photoID=seq number photoFileName=name of my photo like 3sw.jpg

Re: [PHP-DB] widthheight already solved

2007-03-31 Thread Dimiter Ivanov
On 3/31/07, elk dolk [EMAIL PROTECTED] wrote: thank you all this code solved it: ?php echo img src='/album/img/{$photoFileName[2]}' width='60' height='70' border='0' / ;? - Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta.

Re: [PHP-DB] mysql question.

2007-04-03 Thread Dimiter Ivanov
On 4/3/07, Me2resh Lists [EMAIL PROTECTED] wrote: hi i need help regarding a sql query in my php app. the query is : $SQL = SELECT DISTINCT(EMail) FROM mena_guests WHERE Voted = 'yes' LIMIT $startingID,$items_numbers_list; i want to sort this query by the number of the repeated EMail

Re: [PHP-DB] $_POST[mypassword]; ***Undefined index: mypassword

2007-05-14 Thread Dimiter Ivanov
On 5/14/07, Chetanji [EMAIL PROTECTED] wrote: I corrected a small spelling error to make the situation more understandable. Everything is the same I am stuck! Thanks in Advance, Chetanji Chetanji wrote: All the errors are gone but this nagging one. I am running a login script and getting

Re: [PHP-DB] $_POST[mypassword]; ***Undefined index: mypassword

2007-05-14 Thread Dimiter Ivanov
On 5/14/07, Chetanji [EMAIL PROTECTED] wrote: Thanks for the reply, this is the only output before and after the $_POST array(0) { } ..that's it I still have the two Notice's from PHP. But the program works otherwise, in checking the DB for the hashed password... that

Re: [PHP-DB] $_POST[mypassword]; ***Undefined index: mypassword

2007-05-14 Thread Dimiter Ivanov
On 5/14/07, Chetanji [EMAIL PROTECTED] wrote: Okay, now with the isset and var_dump in place within the login.php script, I get the output of what I typed into the Log On page. All this output is 'premeal' for the login.php script. So then the PHP Notice's are just something to know the PHP

Re: [PHP-DB] Installing PHP 5.2.2 in Windows XP

2007-05-21 Thread Dimiter Ivanov
On 5/21/07, Abdul Rahman Riza [EMAIL PROTECTED] wrote: Dear Folks, I need your assistant how to install PHP 5.2.2 with apache web server 2.2.4 in Windows XP environment? Many thanks for you help, Riza http://www.wampserver.com/en/ -- PHP Database Mailing List (http://www.php.net/)

Re: [PHP-DB] PHP + MySQL

2007-07-18 Thread Dimiter Ivanov
On 7/18/07, Dan Maret [EMAIL PROTECTED] wrote: I just can't figure it out and Google yielded no help. I have a table named 'settings' which contains two fields, 'item' and 'content'. What I would like to do is grab that data and use the 'item' field as the name, and use the respective 'content'