Feln, Richard, Jim,
Thank you for responding.
I understand now that the problem wasn't with variable scope, but with
my lack of understanding of what array_walk_recursive returns.
Thank you all for your explanations.
--
Dave M G
--
PHP General Mailing List (http://www.php.net
alled by
array_walk_recursive has the same name as a global variable, it gets
treated as if it only has local scope and nothing done to it applies to
the global variable.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ds $item\n";
}
$karamohOutput['test'] .= array_walk_recursive($karamohArray, 'test_print');
- - -
Any advice would be much appreciated.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm a little fuzzy on what exactly is happening.
Does the PHP mail() command (and by extension, classes built upon it)
listen for responses from the server it is sending to?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
sending a LF.
This is actually a possiblity. I think I might be only using LF.
Some of the text being sent in the emails is entered via a form on a web
page. Is it possible to enforce CRLF on that text?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
the remaining mails stop being sent.
Is there perhaps some way I can force the PHP code to ignore the one
mailing that failed and continue with the rest?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e, so obviously more experimentation is needed.
In any case, your suggestion has got me on the next step, so thanks for
that tip. I'll add 2 cents to your tab!
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
":"test...@testaddress.com","timeout":"1279145273"}';
$myArray1 = json_encode($myData);
$myArray2 = utf8_encode (stripslashes($myArray1));
$myArray = json_decode($myArray2, true);
$jsonerror = json_last_error();
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
;ve never been sure what units TCPDF works in, so I got the right
numbers by experimenting and dialling it in.
Thanks for the support!
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
no wider than I want.
Is that possible with TCPDF?
Any advice would be much appreciated.
Thanks.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
et the debugging environment up and running.
Or, equally as valuable, would be recommendations on other debugging
environments. The key is finding one that has a clear set of
instructions for how to set it up (On Ubuntu/Debian Linux with a local
LAMP server.)
Thanks for any advice.
--
Dave M G
made.
*How* do I get the page to die?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
. So since the user is downloading the PDF, they don't need an
in-browser window to view it.
Once the PDF is downloaded/viewed, I want the new window to die by any
means necessary.
Surely there's a way.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
PHP List,
Okay, so I've got a nice situation where a form has a preview button as
well as a submit button. When the user presses "Submit", the page
reloads, and it emails a PDF.
If the user presses "Preview", it launches a new page in a new window,
and also outputs a PDF directly to the user so t
this possible?
Thank you for any advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
that only TCPDF supports Japanese.
So I still need to know if/how to write text into a PDF, like I did with
FPDF, but with TCPDF instead.
If this turns out to not be possible, I am going to be suffering a great
deal.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
for any advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t me to a new stage, and hopefully even
take me to the end of this current problem.
I'll see what I can do with it and then hopefully report back success.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Paul,
Is there a decent tutorial anywhere on the net for the pop3.class.inc
available on phpclasses.org?
http://www.phpclasses.org/browse/package/1120.html
Maybe I'm blind, but I just can't find anywhere a decent description or
tutorial of what calls you can make to its functions. The documentat
uding headers) I just want to store in MySQL.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I can create a body of text
for each email (including the headers) so that I can then store it in
the database, that would be awesome.
Any advice would be much appreciated.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
s text
on top of a PDF document. Haven't tried Japanese fonts yet, but it looks
possible.
Thank you for the tip.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
generation script?
Thank you for any advice.
-- Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
x27;--with-freetype-dir=/usr'
'--with-imap=/opt/php_with_imap_client/'
'--with-imap-ssl=/usr'
'--with-libxml-dir=/opt/xml2/'
'--with-mime-magic'
'--with-mysql-sock=/var/lib/mysql/mysql.sock'
'--with-xpm-dir=/usr/X11R6'
And, just to note, *both* servers have the following:
* '--with-gd'
* '--with-ttf'
* '--enable-gd-native-ttf'
--
Dave M G
http://tlug.jp/mediawiki/index.php?title=User:Dave_M_G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
x27;t have shell access, so I'm limited in how much I can poke and prod
at its settings.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
end up with is a ton of text, no more
streamlined or easy to analyze than the original output from phpinfo().
I'm hoping there's a way more targeted way of discerning what settings
one server may have that another server might not.
--
Dave M G
--
PHP General Mailing List (http://w
7;m open to any ideas.
Thanks for any advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
that does that? Or a good recommendation?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
illa would be different.
Any suggestions? Is there something about my code right in front of my
face that I'm not seeing?
Any suggestions would be greatly appreciated.
Thanks.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
r the
suggestion, though.
Anyone have any other ideas?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
27;t figure out why this:
click here
... does not work with this:
$userRequest = trim($_SERVER['REQUEST_URI'], "/");
header ("Location: /$userRequest");
Any suggestions or help would be greatly appreciated.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hp_value magic_quotes_gpc off
php_flag magic_quotes_gpc off
Right now I'm using php_value, so I'll stick with that.
This seems to have solved my magic quotes woes.
Thank you Richard, Chris, Roger, Viraj, and the PHP list for responding.
--
Dave M G
--
PHP General Mailing List (http://www.php.ne
eason for the restoreSlashes function to
exist. If you ever think you need it, you're wrong.
I guess that makes sense.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
blic static function restoreSlashes($string)
{
// Check if "Magic Quotes" is turned on.
if (get_magic_quotes_gpc())
{
// Add escape slashes.
return addslashes($string);
}
// Return a string that has escape slashes.
return $string;
}
Any advice much appreciated.
--
Da
thout some guidance.
What should I set the memory limit to?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
PHP list,
Solving my own issue:
It turns out that some PHP scripts had an extra carriage return
character at the end of the file. Once I removed these, the problem went
away.
Strange that it only happened on some servers, not others, but there it is.
--
Dave M G
Articlass - open source CMS
session_id($sessionArray[0]);
$userRequest = $sessionArray[1];
}
else
{
$userRequest = $sessionArray;
}
}
session_start();
}
--- code ends ---
--
Dave M G
Articlass
ing trouble importing a mysql dump using phpMyAdmin, it might be simpler not to use it, and use mysqldump instead.
I suppose I'll have to if I can't get phpMyAdmin to behave. It's too
bad, though, as phpMyAdmin is so convenient otherwise.
--
Dave M G
--
PHP General Mailing
est practice for preserving my database as is when
backing up and restoring?
Thanks for any advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If it were a name server issue, I would expect the slowdown to happen
regardless of which page I load first.
So, I guess to be more specific, the slowdown happens the first time I
load one of my PHP scripts on this site, not the first time I access the
site.
--
Dave M G
--
PHP General Ma
of slowdown.
Is there any way I can diagnose a situation like this to get to the root
of the problem? Perhaps there are common discrepancies between server
settings that I can look out for?
Any advice would be much appreciated.
Thank you.
--
Dave M G
Articlass - open source CMS
http
or my code to be portable.
In any case, you've helped me get to the point that I needed to get to,
so I am very grateful for your support.
Thanks.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Supportenabled
GetText Support enabled
Am I missing a necessary module?
Hope this helps
It helps very much. Thank you.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
is yielded no results.
Am I still getting the syntax wrong somehow?
Thank you for any advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
out what font it is, just that it's large
and readable. If there are other options than what I've explored here,
then I would be open to those too.
Thank you for any advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
and will I be able to locate them?
3. I'm not really concerned about what font it is, just that it's large
and readable. If there are other options than what I've explored here,
then I would be open to those too.
Thank you for any advice.
--
Dave M G
--
PHP General Mailin
future
calls will use the correct mysqli or "regular" syntax.
Thank you for helping me to find this solution. My scripts are that much
more portable now.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t versions of my script?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ct the web host and ask that they
install it, or I find a different host.
Which assumption should I be proceeding with?
Thank you for any advice or assistance.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
as an array, I can do a little math on them to
manipulate their scale and whatnot.
The interpolation between points gets lost with this method, but in this
case, I can get by with straight lines.
Thanks for helping me to see the value in using PHP's XML functions.
--
Dave M G
--
PHP Gener
int of making the
questions unclear.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Casey,
There is no SVG support in PHP, as far as I know.
Thank you. That clears things up. I'll just go with PNGs then.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
nk you for your help.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
.doc, .odt, .zip, .gz... maybe
that's it.
--
Dave M G
Zend Studio 5.5
Ubuntu 7.04
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
imple as replacing every instance of mysql_ with mysqli_.
I will look into it further and see if I can migrate to using mysqli_
somehow.
Thank you for the advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
index, leaving only the
associative key names?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
w and
again, but I think I have a handle on that.
Thank you for pointing that out to me. Just the right solution.
--
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.20-16-386
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
at
any one time, so I'm unsure how to efficiently include only the
necessary classes.
My second question is: Is there a systematic way of determining how to
incrementally include files that people use? Or is it just a constant
process of testing and checking?
Thank you for any advice.
it seems
to work like a charm so far.
Thanks for all your advice and assistance.
--
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.20-15-386
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
a URI request and returning a page
that the URI will get set.
Can anyone help me with figuring out at what point I can gain control
over the URI sent back, as Wikipedia does?
Thanks for any advice.
--
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.20-15-386
--
PHP General Mailing List (http://www.ph
nes that is not obvious to me. I came
across this page:
http://sam.zoy.org/pwntcha/
... which conveys a feeling that some CAPTCHAs that look good actually
aren't.
According to this page, the Yahoo CAPTCHA image, which looks quite
minimal to me, is actually one of the better ones.
--
Da
on a pre-built library of images?
Can someone maybe point me to an online instructional on how to get a
CAPTCHA image that really works?
Tips on what differentiates a good CAPTCHA from a bad one would also be
really sweet.
Thank you for any advice.
--
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.
adn't made that distinction, my site would have
malfunctioned immediately.
Thank you for following up.
--
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.20-16-386
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
MySQL injection. I was searching via Google
because I thought I had seen before a site that listed 10 common
injection attacks. But I can't find it now, and seem to be only coming
across proprietary software for sale.
Can someone recommend some MySQL code that I can use to test my code?
-
apostophes and other special characters in the case of MySQL? Can
someone inject a workable MySQL command into my database if all
apostrophes and other non-alphanumeric characters are converted to hex?
--
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.20-15-386
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
isable magic quotes on my testing environment and do my own
escaping?
While I'm asking about escaping, is converting characters like
apostrophes and ampersands to hex characters before storing them in a
MySQL database a safe way to go?
Thank you for any advice.
--
Dave M G
Ubuntu Feisty 7.0
ortunately it turns out it's only a matter of making a check box
selection and then clicking a button to install.
Thank you for helping me understand what to expect out of a normal PHP
installation.
--
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.20-15-386
--
PHP General Mailing List (http://w
servers would have the GD module? If not, what do
people usually do to manipulate images?
Thank you for any advice.
--
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.20-15-386
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Robert, Zoltan, Stephen, Tijnema,
Thank you for your responses.
I did take some code off of the internet, but I had to modify it to work
within the context of my general system.
The explanations offered here have helped me achieve that.
Thank you all for your insight and help.
--
Dave M G
file.
Or, if it has to be a temporary file, to delete it immediately after
displaying it.
What part am I not understanding?
Thank you for any advice or information.
--
Dave M G
Ubuntu Feisty 7.04
Kernel 2.6.20-15-386
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
people will
like my approach better. Or maybe not. In any case, I think I've got an
approach that may suit the needs of some better than the other systems.
At the very least, I like it (insert emoticon here).
--
Dave M G
Ubuntu 7.04 Feisty Fawn
Kernel 2.6.20-15-generic
Pentium D Dual Core Pro
have described the situation adequately.
My question is, as implied above:
Can I somehow manipulate any of the PHP scripts involved so that the
HTML within layout.php will look first in it's own directory for
inclusion of files, such as CSS and javascript and anything else?
Thank you for
Can anyone start me off with some tips as to how, and if, this might be
possible?
Thanks for any advice or informaiton.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
#x27;t
think of anything else that could be a culprit (though of course I'm
open to suggestions).
Any advice would be much appreciated.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
finitely a serialization issue.
--
Dave M G
Community Moderator
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
7;];
}
I may have missed a detail in trying to keep this brief and readable. If
so, please let me know and I will try to provide it.
Thank you for any advice.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e" directory has fully open
permissions, and it's currently set to "drwxrwxrwx", or "0777".
Am I missing some fundamental issue with directory structures on an
Apache server?
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
time and advice.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
t;);
Or:
header("/local/server/www/directory/");
Bottom line is, how do I ensure that all links and user requests through
the URL end up going to the index.php in my web site's root directory?
I hope this question is clear enough, and thank you for any and all advice.
--
Dave M
ray)
I've even tried accomplishing it with a foreach(), but no matter what I
do, it doesn't work.
As it walks through the array, it seems to trim a copy of the element in
the array, trim that, but leave the original array untouched.
What am I missing here?
--
Dave M G
Ubuntu
rfile . $errline ;
}
However, I get errors saying that the arguments for handleError don't exist.
Shouldn't they be automatically passed to my own error handler?
Thank you for any advise.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL
and full of settings I don't need, really turns me off.
Is there no way to simply force my PHP emails through SMTP? I'm happy
about everything else with my email set up, so surely there's a way to
handle this one thing.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dua
ctly do I set the variables? Do I have to manually
edit php.ini and then restart Apache? Is there a command I should be
running?
Thank you for any and all advice.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List
ddress = "[EMAIL PROTECTED]";
$fromName = "My Name";
$headers = "From: " . $fromName . " <" . $fromAddress . ">\n";
$headers .= "Reply-to: " . $fromName . " <" . $fromAddress . ">\n";
$extra = "-f"
r.com
[123.123.123.123] (may be forged)
(Note that I've changed the names of servers and the DNS just to keep
some info private)
Why are my attempts to set these headers in PHP not taking effect?
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Sun, 03 Sep 2006 14:22:42 -0700
Which parts are key to change, and how?
Thank you for any and all advice.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
of a class
and method, which is my ultimate intent with this process.
I will also make sure to name my variables with at least one leading
alphabet character. Thanks for the warning.
All your time and expert advice is much appreciated.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual
ted.
Thank you for your time.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
iated.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
;.
I've looked around and can't seem to find a way of connecting these in
the same search. However, I'm sure that is because I'm not familiar
enough with regular expressions to know what I'm looking at.
How would I connect "#^/*#" and "#*/$#" in
own set of error
handlers, which would themselves need constant tweaking, especially as
I'm a newbie.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.17.7
Pentium D Dual Core Processor
PHP 5, MySQL 5, Apache 2
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
rk on Linux?
Any tutorials or instructions available anywhere that are newbie
friendly? After all, aren't the newbies the ones most likely to be the
ones to use a GUI debugger?
Any advice or help would be greatly appreciated.
Thank you for your time.
--
Dave M G
Ubuntu 6.06 LTS
Kernel 2.6.
at it seemed like it was supposed to be
listed there.
If anyone can see problems in the above, or if I've misunderstood some
part, please let me know.
Thanks to the PHP list for their ever-present help and support.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
up.
But, while I'm sure there are more steps than that, I'm halted initially
because I'm not sure where in the $_SERVER array my URL is being stored.
Any advice on how to proceed here would be greatly appreciated. Thank you.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
his advice has come together, and my script now
accomplishes what I had hoped it would.
Thank you and the PHP list in general for the continued great support.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
rything I set out for it to do.
Everyone's time and expertise is very much appreciated.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e that no one goes out of their
way to document or explain it.
I'm too lost to know where to begin.
How do I create a file that the user saves, and is not stored on the server?
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ckslash and "s" again.
Hmm... does the (.*) after the second "\s" mean to match all the
whitespace found? For example if there happened to be two space
characters instead of just one?
The PHP manual says the "$" means to "assert end of subject". Which
e?
Thank you for all your time and help.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ugh
if anyone believes that it could be more efficient or something, of
course I'm all ears.
Thank you for all your time and advice.
--
Dave M G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
1 - 100 of 150 matches
Mail list logo