[PHP] PHP-MySQL?!

2002-12-09 Thread Bsantos PHP
, it keeps blinking until it tells me that the page could not be found. NOTE: If I use in the query: ... LIMIT 1000, it show the 1000 lines with no problem. Thanks people, bsantos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] SELECT MULTIPLE...

2002-11-11 Thread Bsantos PHP
Hello: I'm building an internal messaging system for small biz companies and I can't really go longer Problem is, I use some fields to make the message form and one of them must be a select multiple form element wich refers to messaging persons. This is my form: table tr td

Re: [PHP] SELECT MULTIPLE...

2002-11-11 Thread Bsantos PHP
2002 17:51, Bsantos PHP wrote: Hello: I'm building an internal messaging system for small biz companies and I can't really go longer Problem is, I use some fields to make the message form and one of them must be a select multiple form element wich refers to messaging persons

[PHP] Re: refresh

2002-11-11 Thread Bsantos PHP
meta http-equiv=refresh content=X, http://www.Y.EXT; Being: X - number of seconds Y - domain EXT -type of domain (.net, .pt, .com, .org, etc...) In PHP you use it also, or you may go to same location as an header (double check where to do it...): header(Location:

[PHP] for??????

2002-10-28 Thread Bsantos PHP
this: for ($j=0;$j$number_of_selected_cols_minus_one;$j++) { echotd$list[$j]/td; ... and that's it. By the way!! Is this late statement correct?!?! Thanks a lot to anyone that can help me, cheers, bsantos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] $_SESSION for language settings?!

2002-10-14 Thread Bsantos PHP
, bsantos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] $_SESSION for language settings?!

2002-10-14 Thread Bsantos PHP
$_SERVER['PHP_SELF'] . $_SERVER['QUERY_STRING']. ($_SERVER['QUERY_STRING'] ? 'newlang=en' : '?newlang=en') Bsantos PHP wrote: Hi there! This is some kind my experience: Here's the picture. I've made a simple PHP based Website. Now I hould like to expand it to spanish language. All of

[PHP] Execute...

2002-10-08 Thread Bsantos PHP
Hi people: Can anyone tell me if I can execute windows calculator trought a PHP script on a web page to allow customers to check final prices?! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: cookie

2002-09-26 Thread Bsantos PHP
Why don't you keep you mind ahead and use session auth bsantos Meltem Demirkus [EMAIL PROTECTED] wrote in message 001701c26532$ba7c8c90$5583@hiborya">news:001701c26532$ba7c8c90$5583@hiborya... hi, can anybody help me with cookies..I read the manual of php but it came