Re: [PHP] include like function

2003-07-08 Thread Ian Mantripp
on Tue, Jul 8, 2003, David Otton wrote: >>> Hello, i need a function that gets a internal file say news.php, and >>follows >>> the urls from its copied location, >>> >>> say if i am in >>> /pages/ >>> and i need a file from >>> /pages/php/wow >>> >>> i put >>> include('php/wow/news.php') >>> But t

Re: [PHP] Convert KB to MB?

2003-06-20 Thread Ian Mantripp
on Thu, Jun 19, 2003, Brent Baisley wrote: >Ahhh, but then marketing gets involved and changes the 1024 to 1000 and >ta da, you now have more MegaBytes. 1024 is the right number to use, >but don't be surprised if it doesn't match with some numbers you might >compare it to. Not necessarily, in

Re: [PHP] working with forms

2003-06-18 Thread Ian Mantripp
on Wed, Jun 18, 2003, Matt Palermo wrote: >I have a forms page that a user will fill out. When it is submitted, it >checks to see if any of the field entries entries are empty, and if so, >it has a die() statement that has a link (javascript:history.back()) >which sends the user back to the form

Re: [PHP] Calling HTML pages

2003-06-05 Thread Ian Mantripp
on Wed, Jun 4, 2003, Daniel J. Rychlik wrote: >I was looking for a function that will take you to a html page. For instance. > >I have a function that checks for !empty values in $_POST; What I would >like to do is if the field is empty then > >go back to the form. I have a function > >functi