[PHP] Howto: run local script to update remote script

2002-12-03 Thread eriol
load on my local (Win32) machine when it boots and it's always running.. I just can't get past the auto-run-a-local-php-script area for the most part.. TIA.. Take care.. peace.. eriol -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: xml

2002-11-05 Thread eriol
Karl James [EMAIL PROTECTED] disgorged: : What the hell is XML anyway? eXtensible Markup Language http://www.w3.org/XML/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] A couple of questions..

2002-10-27 Thread eriol
.. eriol -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] local IP script question

2002-10-15 Thread eriol
the header() function adding the port to my IP? If you have a working example, tips or a URL to help me on my way, I'd appreciate it.. TIA.. Take care.. peace.. eriol -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] WinAMP Plugin Question

2002-10-12 Thread eriol
be appreciated.. TIA.. Take care.. peace.. eriol -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Uploading Files

2002-10-04 Thread eriol
to use. Are there any others? http://www.php.net/manual/en/features.file-upload.php More specifically, move_uploaded_file() and is_uploaded_file() HTH.. Take care.. peace.. eriol -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Uploading Files

2002-10-04 Thread eriol
that'll serve your purpose.. http://www.hotscripts.com/PHP/Scripts_and_Programs/File_Manipulation/Upload_Sy stems/ HTH.. Take care.. peace.. eriol -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: help me regarding redirecting a page

2002-09-08 Thread eriol
? header(Location: http://your.redirection.url/;); die; ? http://www.php.net/manual/en/function.header.php HTH.. Take care.. peace.. eriol Anjali Kaur [EMAIL PROTECTED] disgorged: : i dont know how to redirect a page... i mean i want to : have the effect of submit button without

[PHP] Re: XML vs Everything Else

2002-09-04 Thread eriol
http://www.w3schools.com/xml/default.asp has some tutorials.. It helped me understand the basics of XML and what it can be used for.. They also have some XSL(T) information and tutorials (http://www.w3schools.com/xsl/default.asp) as well.. Take care.. peace.. eriol Javier Montserat [EMAIL

[PHP] Re: Uploading file

2002-09-03 Thread eriol
.. ?php phpinfo(); ? HTH.. Take care.. peace.. eriol Clemson Chan [EMAIL PROTECTED] disgorged: : Hi, I am new to this group. : I am trying to figure out how to let people to upload image files to my : website. : My ISP is using PHP 3 (I believe). : If someone can give me simple example

[PHP] Re: bugs/master are back

2002-09-03 Thread eriol
http://master.php.net redirects me to http://www.php.net, but the bugs url works fine.. I'm not sure what master would be which is why I tried accessing it.. Is this normal to redirect to the main site? TIA.. Take care.. peace.. eriol [EMAIL PROTECTED] disgorged: : For those who

[PHP] Re: bugs/master are back

2002-09-03 Thread eriol
point it out or not, but decided it couldn't hurt to do so.. Your message was not delivered for the following reason: E-mail Account: lists-php is over the limit of 31457280 bytes. Automated Postmaster [snipped original email reply and headers] Take care.. peace.. eriol [EMAIL

Re: [PHP] Newbie Parse error

2002-09-02 Thread eriol
Use a closing ? php tag before writing your html and after your mail() function.. Also, in your first $mailheaders variable, you may want to add a : after From.. HTH.. Take care.. peace.. eriol Chase Knott [EMAIL PROTECTED] disgorged: : Maybe you can help me with YOUR eyes again... Now

[PHP] Re: Setting HTACCESS user/pass with php?

2002-09-01 Thread eriol
http://www.hido.net/projects/htadmin/ That may be what you're looking for.. Searching google for php user authentication htaccess turns up several more results.. HTH.. Take care.. peace.. eriol Brian J. Celenza [EMAIL PROTECTED] disgorged: : Is it possible to set, delete, or alter

[PHP] if/else mail() problem..

2002-08-25 Thread eriol
sure this has to do with the if/else statements, but I haven't been able to figure this out.. If anyone has a suggestion, help or can point me in the right direction, I'd appreciate it.. TIA.. Take care.. peace.. eriol $info = NULL; if(count($_FILES) 0){ $allowed_types = array(text/plain

[PHP] Re: if/else mail() problem..

2002-08-25 Thread eriol
/ textarea name=message cols=40 rows=4 class=upload? $_REQUEST[message]; ?/textarea br/ br/ /font /td /tr tr td align=center input type=submit value=Submit class=submit/ /td /tr /table /form Take care.. peace.. eriol

[PHP] Re: upload file

2002-08-25 Thread eriol
story, but if you want it sent to a directory within your site, the links above should be of some help.. Take care.. peace.. eriol Daniel Guerrier [EMAIL PROTECTED] disgorged: : upload.html has this: : form action=upload2.php method=POST enctype=multipart/form-data : input type=file name

[PHP] Re: if/else mail() problem..

2002-08-25 Thread eriol
I got this figured out already.. I was having a brain fart and just needed to move the IF statement with the mail() function further down past a few ELSE statements.. Thanks anyway.. Take care.. peace.. eriol Eriol [EMAIL PROTECTED] disgorged: : I've got the following bit of code

[PHP] mail/variable help needed..

2002-08-18 Thread eriol
care.. peace.. eriol SNIP ? $uppath = /uploaded/; $uptime = $uptime = date(mdy@his--); $body = The following information was submitted from $SERVER_NAME..\n\n; $body .= $info .\n\n. $file; $info = NULL; if(count($_FILES) 0){ $allowed_types = array(text/plain,text/html

[PHP] quick ereg() question

2002-08-17 Thread eriol
have to use a pipe to seperate allowable file types, but that's the extent of what I know.. Any help would be appreciated.. TIA.. Take care.. peace.. eriol -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] quick ereg() question

2002-08-17 Thread eriol
Thank you Bas.. I appreciate the reply.. It works great.. Take care.. peace.. eriol Bas Jobsen [EMAIL PROTECTED] disgorged: : if (ereg(((\.)(php|inc))$,$o0o) !ereg(\/\.\., $o0o)){ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] test - please ignore

2002-08-12 Thread eriol
testing php.general list -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] show_source question

2002-08-12 Thread eriol
care.. peace.. eriol -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: show_source question

2002-08-12 Thread eriol
: Failed opening '11063121715' for highlighting in /hsphere/local/home/eriol/oo0oo.com/o0o.o0o on line 43 I have no idea what 11063121715 is.. I have no files with numeric names and don't have a clue where this number came from.. Line 43 still is: show_source($show); I don't expect someone to do