[PHP] 403 Forbidden

2006-12-28 Thread Abhijit Raje
Hi, When I try to run any php script on apache I get a error "Authorization required 403 Forbidden". I don't get this error on IIS. I am using Windows XP professional please help. I am using Apache 2.2.1

[PHP] Re: Chocked

2006-12-28 Thread Johannes Lindenbaum
I think this is correct: Let's just assume for a minute that in your index.php you echo out getcwd(); Output would be / (only an example) According to that you do the following include: include("./classes/first.class.php"); If you were to echo getcwd() after the include in the first.class.php i

Re: [PHP] Apache 2.2 + PHP5.2 + php_oci8.dll

2006-12-28 Thread james tanhs
Hi Roman, Why can't you use the newest client? Bcoz 10g client doesn't connect to mine server runing on 8i. Which procedure is it? Use depends.exe to find out what other libraries you're missing. Noting is missing, but when it starts it prompts that error. Tq On 12/23/06, Roman Neuhauser <[EMAIL

Re: [PHP] Chocked

2006-12-28 Thread Paul Novitski
At 12/28/2006 03:51 PM, Skip Evans wrote: "chocked" ? "chocking" ??? RTFM: http://php.net/chocked Warm regards, Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Chocked

2006-12-28 Thread Jürgen Wind
what if you prepend your path with "./" : include_once("./classes/first.class.php"); include_once("./second.class.php"); is the include path configured correctly? -- View this message in context: http://www.nabble.com/Chocked-tf2892714.html#a8082223 Sent from the PHP - General mailing list a

Re: [PHP] Chocked

2006-12-28 Thread Skip Evans
"chocked" ? "chocking" ??? Peter Lauri wrote: I was chocked when I got my additional dedicated server from my server provider. I assumed everyting would have been the same as I ordered the server with same package name etc. The chocking part was that the server had PHP5 and not PHP4. Ok,

[PHP] Chocked

2006-12-28 Thread Peter Lauri
I was chocked when I got my additional dedicated server from my server provider. I assumed everyting would have been the same as I ordered the server with same package name etc. The chocking part was that the server had PHP5 and not PHP4. Ok, it is not a hard piece of work to get it working, bu

Re: [PHP] reading MS Excel?

2006-12-28 Thread Jiffy Slides Leonard Burton
HI John, My reply was made in ignorance of the php classes that will read excel documents. I would follow that road and not my advice! Leonard. On 12/28/06, John Meyer <[EMAIL PROTECTED]> wrote: On a side note, but going on the basis that the users are uploading .xls files and don't understan

Re: [PHP] reading MS Excel?

2006-12-28 Thread John Meyer
On a side note, but going on the basis that the users are uploading .xls files and don't understand how to convert. Would it be better to use php's routines or to automate excel, convert it inside there, and then use the result? Leonard Burton wrote: > On 12/28/06, Jiffy Slides Leonard Burton <[EM

Re: [PHP] problem with mysql_real_escape_string()

2006-12-28 Thread afan
A little bit "lower" on php.net/manual I found explanation too. I'm sorry for bothering - wasn't check whole page before posting. The Warning was strange for me because never got it before :) Thanks for your help. -afan > [EMAIL PROTECTED] wrote: >> I moved my website from one php4/mysql4 based

Re: [PHP] problem with mysql_real_escape_string()

2006-12-28 Thread Stut
[EMAIL PROTECTED] wrote: I moved my website from one php4/mysql4 based server to new hosting company and php5/mysq5 based server. Everything worked fine on old server, though now, on one page after I submit new record, I'll get this error: Warning: mysql_real_escape_string() [function.mysql-real

[PHP] Re: problem with mysql_real_escape_string()

2006-12-28 Thread Chris
You need to have established a database connection before using that function, see manual. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi to all! > > I moved my website from one php4/mysql4 based server to new hosting > company and php5/mysq5 based server. > Everything worked

[PHP] problem with mysql_real_escape_string()

2006-12-28 Thread afan
Hi to all! I moved my website from one php4/mysql4 based server to new hosting company and php5/mysq5 based server. Everything worked fine on old server, though now, on one page after I submit new record, I'll get this error: Warning: mysql_real_escape_string() [function.mysql-real-escape-string

Re: [PHP] reading MS Excel?

2006-12-28 Thread Miles Thompson
At 09:49 AM 12/28/2006, William Stokes wrote: Is it possible to read Excel files and store the info to DB? If so how? Thanks -Will Yes - but rather than re-invent the wheel, google for "php read excel". Your solution may be there. Once you have read the information, then the rest is just a

Re: [PHP] reading MS Excel?

2006-12-28 Thread Leonard Burton
On 12/28/06, Jiffy Slides Leonard Burton <[EMAIL PROTECTED]> wrote: HI Will, > Is it possible to read Excel files and store the info to DB? If so how? It is best (well depending on the application) to save the files as .csv and then use fgetcsv. it will allow you to parse each line and cell in

[PHP] reading MS Excel?

2006-12-28 Thread William Stokes
Is it possible to read Excel files and store the info to DB? If so how? Thanks -Will -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: GD 2.0.28 + PHP 4.4.2 + pixelation :(

2006-12-28 Thread zerof
Steven Macintyre escreveu: Hi All, I have done some searching via google and some answers say change copyimageresampled to copyimageresized etc I have tried all fixes ... to no avail I have one image here 1280 x 960 (150 dpi) 24 depth When using the following it pixelates ... function c

Re: [PHP] PHP & podcasts

2006-12-28 Thread Skip Evans
I think what is going on is that somehow when the code goes to the podcast feeds to get the URLs it's getting the wrong things because they're not even media files, some times they just look like incomplete URLs. When you go to the site itself the streams work fine and result in proper media