[PHP-WIN] Save As html problems

2003-05-30 Thread Radovan Radic
Hi guys, I have problems with Save As option from Internet Explorer. Pages are generated by PHP, basically using include some lib scripts, header, footer and generating contents from MySQL db. I am using sessions, manually url rewriting, no frames. When i click Save As from IE, and choose option "

[PHP-WIN] Re: Paging in PHP

2003-05-30 Thread George Nicolae
here is a very good tutorial http://www.sitepoint.com/article/662/1 -- Best regards, George Nicolae IT Manager ___ PaginiWeb.com - Professional Web Design www.PaginiWeb.com "Guru P Chaturvedi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > > Are there

RE: [PHP-WIN] Paging in PHP

2003-05-30 Thread Warren Vail
If you are using MySQL check out the LIMIT n,n clause of the SELECT query. http://www.mysql.com/doc/en/SELECT.html Warren Vail [EMAIL PROTECTED] -Original Message- From: Guru P Chaturvedi [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 5:16 PM To: [EMAIL PROTECTED] Subject: [PHP

[PHP-WIN] Re: Not rhetorical: Why upgrade php when current version is working fine?

2003-05-30 Thread Brad Thomas
Along with the other suggestions the other people have made, I would like to suggest that you look at mysql_select_db, and replace mysql_db_query with it. I have a feeling the scripts you have relied on mysql_db_query for it's database interaction, and as mysql_db_query is now deprecated, it will

php-windows Digest 30 May 2003 00:07:14 -0000 Issue 1753

2003-05-30 Thread php-windows-digest-help
php-windows Digest 30 May 2003 00:07:14 - Issue 1753 Topics (messages 20129 through 20139): Re: Installation problems... 20129 by: Ryan Marrs 20130 by: Bobo Wieland 20131 by: Davy Obdam 20137 by: Bobo Wieland 20138 by: The.Wiz Re: Fatal Error???

[PHP-WIN] Paging in PHP

2003-05-30 Thread Guru P Chaturvedi
Hi all, Are there anyways of implementing paging in PHP? it's basically displaying results of a SQL query in logical blocks of 'n' records as u see in search engines... like 1 - 20 or 100 with Warm Regards, Guru. --- Phone: (+91)9845290270 URL: www.gangara

Re: [PHP-WIN] Installation problems...

2003-05-30 Thread The.Wiz
Go grab a web interface for Mysql admin ( www.phpmyadmin.net ). Download the zip file and put it under your web directory and rename it to phpmyadmin ( \Apache\htdocs ??? Or something like that). Then goto that directory in your browser http://127.0.0.1/phpmyadmin/ you should see a web interface fo

Re: [PHP-WIN] Installation problems...

2003-05-30 Thread Bobo Wieland
Hi! I've managed to fix the session problem thanks to your suggestions! I still can't get MySQL to work, though... Maybe I should go back to the old version 1.'something'...? I don't know... Thanks anyway for helping me solving the first problem! Thanks and thanks again! .b > >>-Original Me

RE: [PHP-WIN] explode...

2003-05-30 Thread Charles P. Killmer
I had the parameters backwords but you get the idea. $test = explode(",","no commas"); -Original Message- From: Charles P. Killmer Sent: Thursday, May 29, 2003 3:24 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] explode... It returns an array with one element. Array no commas ---

RE: [PHP-WIN] explode...

2003-05-30 Thread Charles P. Killmer
It returns an array with one element. Array no commas -Original Message- From: David Martinez [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 3:13 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] explode... Here is the explode function: explode($delimiter, $string); This function

[PHP-WIN] explode...

2003-05-30 Thread David Martinez
Here is the explode function: explode($delimiter, $string); This function looks in $string for the specified delimiter then splits up $string by $delimiter and returns those values into an array. I am using the explode() function to divide up a string into an array by commas. According to the PHP.

[PHP-WIN] Fatal Error?...Solved

2003-05-30 Thread Alejandro C. Garrammone
I want to thank Cristian MARIN & Svensson, B.A.T. for working on my code to solve my problem. I think that the behavior of guys like them are vital for this newsgroup to survive. Guys, THANK YOU AGAIN. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

Re: [PHP-WIN] Re: Fatal Error???

2003-05-30 Thread Alejandro C. Garrammone
Cristian...the script you send is the initial script...not the debugged by you. If you can send the debugged script, I apreciated. Thx again, Alex - Original Message - From: Cristian MARIN To: [EMAIL PROTECTED] Sent: Thursday, May 29, 2003 5:08 AM Subject: [PHP-WIN] Re: Fatal