Re: [PHP] php and javascript

2003-03-19 Thread Antoine
> Jim > - Original Message - > From: "Antoine" <[EMAIL PROTECTED]> > To: "php list" <[EMAIL PROTECTED]> > Sent: Tuesday, March 18, 2003 2:52 PM > Subject: [PHP] php and javascript > > > > I wrote a function to redirect

[PHP] php and javascript

2003-03-18 Thread Antoine
I wrote a function to redirect my page to another one. But for some reason I keep getting an error. here is the function I made function js_pointer_login($thepage) { echo ' window.location = '$thepage' '; } -- Antoine <[EMAIL PROTECTED]> -- PHP General Mailin

[PHP] having php auto load a page

2003-02-24 Thread Antoine
the script is correct, I would like the page to just load in the user's main page. Is there any function that can do this? -- Antoine <[EMAIL PROTECTED]> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] form variable problem

2003-02-15 Thread Antoine
I am having a problem using php to submitting a form. For some reason PHP won't handle the form variables... I am using PHP Version 4.2.2 on a redhat 8 system.. I used this code from a book called PHP and MySQL Web Development. 0 ) { echo "$num_rows"; // if they are in the

[PHP] Online Document

2002-07-15 Thread Glenn Antoine
We are currently looking to put a very sizable document on a website so that it will be easily. The document is currently maintained by a single user in a MS Word format. Ideally it would be very nice if the index would take the user to the index of the appropriate section of the document, which

[PHP] php code to fax

2001-10-22 Thread Glenn Antoine
I am working on a project that will require the ability to take input from a web interface and then fax the content out to some of the members. If anyone has had any experience with a similar project, I would greatly appreciate any assistance. Thanks in advance, Glenn -- PHP General Mailing L