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

2002-12-03 Thread eriol
#x27;d greatly appreciate it.. Apache & PHP 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
ddType application/x-httpd-php-source .phps Action application/x-httpd-php /php/php.exe ScriptAlias /php/ "D:/Server/PHP/" FYI: It's not a fulltime, always on server by any means, just something to let friends grab files from me and allows me to locally test php scripts when

[PHP] local IP script question

2002-10-15 Thread eriol
y IP, then forward me to another page using 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
elp me on my way 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

[PHP] Re: Uploading Files

2002-10-04 Thread eriol
hotscripts.com for file upload scripts that allow one or multiple files at a time.. There may be a script there that's already created that'll serve your purpose.. http://www.hotscripts.com/PHP/Scripts_and_Programs/File_Manipulation/Upload_Sy stems/ HTH.. Take care.. peace.. eriol -- PH

[PHP] Re: Uploading Files

2002-10-04 Thread eriol
ich I'm not sure how 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: help me regarding redirecting a page

2002-09-08 Thread eriol
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 bu

[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 Mont

[PHP] Re: bugs/master are back

2002-09-03 Thread eriol
now if I should 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..

[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]&

[PHP] Re: Uploading file

2002-09-03 Thread eriol
ser to see all your PHP/server features.. 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 so

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]> d

[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 po

[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 foll

[PHP] Re: upload file

2002-08-25 Thread eriol
x27;s another 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: : : : : : : and : : upload2.php has this: : : : W

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

2002-08-25 Thread eriol
Upload:   [ Information ] Message: Take care.. peace.. eriol "Tony Harrison" <[EMAIL PROTECTED]> disgorged: : You need to give us the HTML for the form s

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

2002-08-25 Thread eriol
an email.. I'm 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

[PHP] mail/variable help needed..

2002-08-18 Thread eriol
lem would be appreciated.. Thanks in advance.. Take care.. peace.. eriol <SNIP> 0){ $allowed_types = array("text/plain","text/html"); $size_limit = "524288"; $file = $_FILES["file"]["name"]; $type = $_FILES["file&quo

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

[PHP] quick ereg() question

2002-08-17 Thread eriol
ing.. if (ereg("(\.inc | .php)$",$o0o) && !ereg("\/\.\.", $o0o)){ ... } I know I 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] Re: show_source question

2002-08-12 Thread eriol
: Warning: 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&qu

[PHP] Re: show_source question

2002-08-12 Thread eriol
Thanks for the reply.. I did try what you suggested, but am getting the following warning: Warning: Failed opening 'ArrayArrayArray' for highlighting in /hsphere/local/home/eriol/oo0oo.com/o0o.o0o on line 43 (o0o is php) Line 43 is: show_source("$show"); I copied every

[PHP] show_source question

2002-08-12 Thread eriol
need to add something to the head.php and foot.php files to have them included? I'm a bit of a php newbie, so sorry if my terminology isn't correct.. TIA.. Take care.. peace.. eriol -- 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