ess would be greatly
appreciated! I'm hoping to have a sound game plan for beginning this
process.
Thanx!
Wm
luvs2shootAThotmailDOTcom
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e what to do. Do I need to print an array? Should
this be done in the of the page? Can anyone offer any suggestions
here???
THANX for any/all assistance!
Wm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Sorry, I was just snipping part of the path to make it shorter. The "..."
is an abbreviation and isn't really in there, in either the code or the
parse error. Sounds like the problem must be with the path then.
Wm
<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]&q
ntire page, so the error has to be in there
somewhere. My webhost mapped/aliased my old path to a new directory when
they upgraded my server. Does anyone see any errors in the PHP, or should I
be troubleshooting the path info???
Wm
--
PHP General Mailing List (http://www.php.net/)
To unsubs
OK, I learned something today...I thought I'd usually seen localhost
specified without the http:// , so I assumed there was a reason.
Wm
"Glenn Sieb" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hey Wm,
>
> Nothing
shouldn't that just be /localhost/ rather than http://? Seems like the
"http://"; part would be telling it to look for an actual website, which
would default to a .com address...
Wm
"Ryan A" <[EMAIL PROTECTED]> wrote in message
04ae01c24eb6$8228edd
This is giving me a parse error:
$file\n";
}
}
?>
This is the only PHP on the page, so it arguably has to be in the above...
:-(
Wm
"Richard Lynch" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
>
>$path = '/full
Is there a resource somewhere that would show what the various MIME types
are? For a file upload page, I want to include .TIF, .AI, .PSD, etc., in
addition to the "standard" GIF and JPG types...
Thanx,
Wm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, v
ROTFLMAO!!!
"Tech Support" <[EMAIL PROTECTED]> wrote in message
news:012501c23477$0bcc0db0$6500a8c0@speeddemon...
> if ( eregi('^[php].*newman.*', $subject) && $docs == "unread")
> move_mail_to_folder("deleted Items");
>
> Jim Grill
> Support
> Web-1 Hosting
> http://www.web-1hosting.net
hi all,
what has to be configured, and how, on a bsd server to allow the mail()
function to work in php? using sendmail?
thanks,
wm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If you want to continue to host it yourself, and simply want a stable
address, try this: http://www.dynip.com/. I've used it for FTP serving
before, and it works very well.
Wm
"Crimix" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED].
hi,
is there a way to pass arrays in forms or in the url?
if i have $myarray=array("one","two","three");
can i pass the whole array at once as opposed to having to pass each
individual element?
thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.n
hi,
.htaccess file requires user and pass.
anybody know how to pass this info with a script so that the user is
allowed into the directory? not in the url either. not
user:[EMAIL PROTECTED]
needs to be transparent.
the reason i want to do this is so that somebody can't path directly to
a .mov
this might be a stupid question, but what the hell...
can a web page be called and diplayed using the fsockopen and
fputs/fgets functions?
so instead of just using a normal href call i use a script and fsockopen
(not header(Location: ) ) etc.?
thanks.
--
PHP General Mailing List (http
is there a way using curl or another way to post data to a script, but
then to actually
be tranferred to that page? (of course i mean without a submit
buttonan auto post sort of thing.). using curl the script seems to
wait for return data and
doesn't give control to the url that the data was p
does anybody know how to have the browser serve up the page that is
posted
to using curl?
i mean, instead of the script waiting for the results, is there a way to
jump to that
url like with a form post?
is there a setopt for this?
thanks.
--
PHP General Mailing List (http://www.php.net/)
To
7;t had any problems yet myself, but I've included that option in the
> stuff I work on just in case. I'm using apache 1.3.22, PHP 4.1.1 and
> mod_ssl 1.3.22. Seems to work so far, at least. (Although getting Konqueror
> to work it under KDE 2.2.2 is another story...)
>
>
hi.
wondering if anybody has any insight into this.
i have written some PHP scripts that work every single time under http.
under https (we have a valid security certificate) they work every
single time on IE on mac and on NN on mac and pc.
on IE on pc a "this page cannot be displayed" error (
hi.
i need to be able to open an ssl 'plus' socket (authorize.net told me
this) to post
data. i can use curl to post data, but how do i use curl to open an ssl
'plus' socket?
thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hi. i've been experimenting with curl and it has been working great. i
was
wondering though if anybody knows why an extra "0" value is being tacked
on to the end of the post.
here is the example:
http://www.mydomain.com/testing.php";);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT
amazon.com
vitaminworld
Cc Zona wrote:
> In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Obo)
> wrote:
>
> > > Sorry, perhaps I've misunderstood. You would like to charge a customer's
> > > card without the customer knowing how much you're charging them?
>
> > i want the user to be able to se
hi,
i'm fairly new to this.
what i want to do is use a form so the user can specify a few different
choices
of things they want to buy. maybe a few radio buttons with dollar
amounts and
then possibly a couple of quantity fields for items.
this can then be passed to a script and total added up e
hi all,
if i pass data through a form (post) to a php script(script must be
separate from form)
is there a way that this php script can then forward that data to
another script without
attaching it to the end of the url?
thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubs
hi all,
anybody know the function for browser detection?
what i want to do is set a variable $spacerheight to a value dependent
upon whether the user is on a mac or a pc.
then i can say height= in the html.
i tried using javascript a few diff ways with this and it didn't work.
so, if anybody
24 matches
Mail list logo