Re: [PHP] parse error is always on line 1 == error ?

2001-04-27 Thread John Platte
e a problem, > that when I get a parse error it always says that it's on line 1 in > this or that file. > Where is the configuration option to set this right? > I have on another server seen that it's possible to get it to state > the actual error line. John Platte &

Re: [PHP] Submiting two forms at the same time

2001-04-27 Thread John Platte
RS. To illustrate this: > > > > > > > > > > I want so that after submiting these forms, somehow, in the bla.php I=20 > have > $HTTP_POST_VARS["foo"] = "yahoo" > $HTTP_GET_VARS["bar"] = "yehaa" >

Re: [PHP] Ultradev PHP Server Model

2001-04-26 Thread John Platte
n't immediately determine if it has all the info necessary to create a new server model. I sincerely hope someone does this! I would give it a shot if I weren't so green... John Platte "Truth binds the mind to what satisfies it, but worldly thinking does not satisfy and theref

Re: [PHP] online site builder

2001-04-26 Thread John Platte
you started on the choose-a-theme part: http://curtisonline.net/theme/phpfast-templates-HOWTO.html Hope this helps. John Platte "Truth binds the mind to what satisfies it, but worldly thinking does not satisfy and therefore ignites curiosity." -- St. Theophan the Re

Re: [PHP] ForceType or what?

2001-04-25 Thread John Platte
//www.mysite.com/dir/subdir/ > http://www.mysite.com/dir/subdir/subsir/ > > When I access any of subdirectory, I need to execute same > dir.php, which will display records from database based on path. > > P.S. I can only access to .htaccess file of apache configuration > files.