#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
"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
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
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
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
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
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
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
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
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..
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]&
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
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
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
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
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
Upload: [ Information ]
Message:
Take care.. peace..
eriol
"Tony Harrison" <[EMAIL PROTECTED]> disgorged:
: You need to give us the HTML for the form s
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
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
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
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
:
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
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
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
testing php.general list
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
25 matches
Mail list logo