Hola.
I would love if someone could point out a way to get the Unicode ordinal
value of a character in PHP (I could use mb_encode_numericentity() and strip
out the non-number characters, but there's gotta be a better way, right?)
I'm sure I've missed something in all my searches, but I've given up
Hi Siva,
> checkdate function verifies whether the date is valid or
> not by taking month, day and year as arguments.
> The problem is when someone enters a three digit year by
> mistake (200 instead of 2003), this function does not catch it.
Yes, I've been bitten by this as well :-)
> We are se
Hi,
Im looking for a solution to how pass the $id connexion for postgreSQL
db under different object.
At this moment i use allways "object->read($db)" but i think it is not
the best solution for a program oriented object.
Thx in advance for all answers.
Regards,
--
PHP General M
how do you get just the month (in numeric format ) of a specific date. (not
today)
same for day and year. The date is in -dd-mm format to start with.
thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
At 12:16 1-4-03, you wrote:
how do you get just the month (in numeric format ) of a specific date. (not
today)
same for day and year. The date is in -dd-mm format to start with.
thanks.
if you obtain it directly you should try to alter the way you get the date.
If it is from e.g. a database o
> -Original Message-
> From: Stuart Cochrane [mailto:[EMAIL PROTECTED]
> Sent: 31 March 2003 15:45
>
> I have a script that runs on over 250 Servers, all are running NT4.
> here is the script:
>
> [php]
> function last_sunday() {
> return gmdate("Y-m-d", strtotime("Last Sunday"));
>
on 01/04/03 9:16 PM, Diana Castillo ([EMAIL PROTECTED]) wrote:
> how do you get just the month (in numeric format ) of a specific date. (not
> today)
> same for day and year. The date is in -dd-mm format to start with.
> thanks.
If your date was -mm-dd, you could do this:
But, because
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le Mardi 1 Avril 2003 12:57, Thomas Richter a écrit :
> check the output of phpinfo(). I prefer php version 4.2.3...
>
> thomas
Php 4.1.2 => I see nothing strange...
Oh ! The PHP logo has disappeared, that's all :-(
What shoud we see ?
- --
,,
dear all,
hi! i have a php script from which i am creating
an html file as under.
my problem is that when i open aditya.html, i can see
the variable values and "hi!".
but when i want to put the value of $cname in the center
of the screen by using div tag as:
$cname
i get a parse error.
why is
http://electroteque.dyndns.org:1023/phpinfo.php ??
-Original Message-
From: Thomas Richter [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 01, 2003 8:57 PM
To: [EMAIL PROTECTED]
Subject: [PHP] 1. april
check the output of phpinfo(). I prefer php version 4.2.3...
thomas
--
PHP General
Double quotes inside double quotes!
$cname
$string="
aditya
$cnamehi!$city $bemail";
echo "'$contents'";
and you do not need these quotes.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If you want to use the " in within the string, you should use ' to surround
the string ie:
$string='.. .';
Thanks
Mark
-Original Message-
From: Diksha Neel [mailto:[EMAIL PROTECTED]
Sent: 01 April 2003 12:21
To: [EMAIL PROTECTED]
Subject: [PHP] writing file
dear all,
On Tuesday 01 April 2003 17:49, Justin French wrote:
> on 01/04/03 9:16 PM, Diana Castillo ([EMAIL PROTECTED]) wrote:
> > how do you get just the month (in numeric format ) of a specific date.
> > (not today)
> > same for day and year. The date is in -dd-mm format to start with.
> > thanks.
>
At 13:26 1-4-03, you wrote:
http://electroteque.dyndns.org:1023/phpinfo.php ??
you may not live on april 1 like most of us.
I see a developers face on php 4.0.1pl3 - 4.2.3 and an animal on 4.3.0
For those who are firsttimers with this gag:
http://www.eeggs.com/items/16437.html
http://www.faqts.co
Hi everyone.
I'm running a RedHat Linux 8.0 server with php 4.2.2 on apache. I'm
having trouble using the system execution commands. If any of these
commands are included in my script it hangs, I don't even get output
that is flushed before the command:
echo 'Text to be flushed';
f
on 01/04/03 10:31 PM, Jason Wong ([EMAIL PROTECTED]) wrote:
> I don't want to be awkward, but wouldn't $m be holding the required info
> already? -- ignoring the fact that you have an invalid date.
yes. I just re-read the OP... *slaps forehead*.
Justin
--
PHP General Mailing List (http://w
Justin,
For reading, you could try this:
http://www.zakkis.ca/products/abc_excelparser/index.php
Cost is 150 CAD - quite steep. Tried the online demo - seems to work. Will only work
with cells containing strings though - doesn't resolve formulae. If
you purchase it, perhaps you could let me know
Run ./configure --help, it will tell you how to specify the path to curl
libraries
Don wrote:
Hi,
Trying to install PHP 4.3.1 but getting the following error message:
"configure error: cURL version 7.9.8 or later is required to compile php
with cURL support"
I have curl installed; when I issue
If imagecopy function does not exists, gd is not either installed or
enabled. Check your php.ini if it is enabled and the extension dir if
the extenssion is there. If it is not there, run configure once again
with the right options, also read INSTALL.
Wo Chang wrote:
Dear Experts,
Seems like
Dear List,
Recently I've conducted internal training program on PHP, MySQL in my
company. I'ld like to submit the presentations and sample code
prepared for that training program. How can I submit and where can I?
I hope that might use to the people who are new to PHP. Let me
contribute to my
Hi,
I would like to display certain items on certain pages. Is it possible to
detect the page i am going to and if so display an item. I could add an
identifer to the link but there a lot of pages linking to this page so it
could get tricky?
Thank in advance for any advice
--
PHP General Mail
The quotes are valid, use fgetcsv() function, it will strip them
daniel wrote:
ok guys are you ready ,
/www_tools/apache/catdoc/bin/xls2csv test.xls > test2.csv
gave me this
"column1`","column2","column3"
"faffafs","fsafsa","fsafs"
"fssfa","fasfs","fasfs"
"fasaf","fasfs","asffaf"
"fafs","sfafs
Hi all
Can someone help?
I am new to PHP and need some help, i have tried to build a members only
section to my website but i am finding it very hard.
I get this error when i go to the login page:
Parse error: parse error in /home/.sites/112/site***/web/Members/Login.php
on line 201
But the onl
Please post more of your code. It is difficult for us to help you without
seeing your code.
Clint
-Original Message-
From: Andy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 01, 2003 8:17 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Help needed
Hi all
Can someone help?
I am new to PHP and
Where can I find information on using PHP along with secure online Credit
Card orders?
Thanks!
Missing ; ?
Jochem
Andy wrote:
Hi all
Can someone help?
I am new to PHP and need some help, i have tried to build a members only
section to my website but i am finding it very hard.
I get this error when i go to the login page:
Parse error: parse error in /home/.sites/112/site***/web/Members/
Realize that when you see "error line..." it doesn't mean that the error is
definately on that line. PHP is only *so* smart. You'll find that making
mistakes on line X will result in errors being reported on line X+1 or
further down in your code.
Don't take the errors at face value all the time -
Hi Clint
OK hope this is not too much and there are likely to be more errors in it.
Thank you
Andy
0) // password is correct {
$auth="yes";
$logname=$fusername;
$today = date("Y-m-d h:m:s");
$sql = "INSERT INTO Login (username,
If you are intending to do this with PHP $_SERVER['PHP_SELF'] is a
variable containing the file name of the script being accessed.
Jason
shaun wrote:
Hi,
I would like to display certain items on certain pages. Is it possible to
detect the page i am going to and if so display an item. I could a
At 16:17 1-4-03, you wrote:
Hi all
Can someone help?
I am new to PHP and need some help, i have tried to build a members only
section to my website but i am finding it very hard.
I get this error when i go to the login page:
Parse error: parse error in /home/.sites/112/site***/web/Members/Login.p
I would suppose that you have an unbalanced {} somewhere.
Restructure your code (yes, even more!) so it is easier to see such a mistake.
Some coders prefer this:
if () {
code
}
but i prefer
if ()
{
code
}
so i see immediately what {braces} belong together.
With
hi all while sending mail from php i keep getting this
"Server Error " on line 2
and this is on line 2
mail("[EMAIL PROTECTED]", "the subject", "hi","From: [EMAIL PROTECTED]"."Reply-To:
[EMAIL PROTECTED]"."X-Mailer: PHP/" . phpversion());
what is wrong with this what i am going wrong
??
regards
At 16:27 01.04.2003, Andy spoke out and said:
[snip]
>Hi Clint
>OK hope this is not too much and there are likely to be more errors in it.
>Thank you
>Andy
[snip]
At the line
if ($num == 1) // login name was fou
Same error clint. I think the error is between
case "new": foreach($HTTP_POST_VARS as $key => $value)
and
/* check to see if login name already exists */
I copied the code from PHP for Dummies (while trying to learn it) and
changed the code between the above to add in the extra fi
Thank you Ernest
I am a little confused with the closing curly bracket after
$message_new = "$phone is not a valid phone number etc
which one should i delete?
}
if (!ereg("^[0-9)(xX -]{7,20}$",$phone))
{
unset($do);
$message_new = "$phone is not a valid phone number.
At 17:17 1-4-03, you wrote:
Thank you Ernest
I am a little confused with the closing curly bracket after
$message_new = "$phone is not a valid phone number etc
there are two, and there is nothing inbetween, so technicaly it does not
matter to the PHP interpreter.
--
PHP General Mailing List (h
Maybe the error is here ->
$emess =$emess1.$emess2.$emess3.$emess4.$emess5.$emess6.emess7;
Shouldnt it be $emess7 ???
Jochem
Andy wrote:
Same error clint. I think the error is between
case "new": foreach($HTTP_POST_VARS as $key => $value)
and
/* check to see if login name alrea
At 17:17 01.04.2003, Andy spoke out and said:
[snip]
>Thank you Ernest
>
>I am a little confused with the closing curly bracket after
>$message_new = "$phone is not a valid phone number etc
>
>which one should i delete?
>}
> if (!ereg("^[0-9)(xX -]{7,20}
One thing to check is the time zone that you have set on the server and
the client machines. I remembering reading about cookie duration issues
before, but I forget exactly where the problem was.
There is a link between IE and Entourage/Outlook Express on the Mac.
One thing I see as a problem i
> Check that whole path leading up to the file is accessible (+x) and
readable
> (+r) by the webserver.
No. I'm positive. I did the whole chmod 777 * -R at the public_html
directory, and did the proper grouping and ownership in the same way (with
the appropriate commands).
--
PHP General Mailin
exactly what i wanted, thanks
"Jason Sheets" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> If you are intending to do this with PHP $_SERVER['PHP_SELF'] is a
> variable containing the file name of the script being accessed.
>
> Jason
>
> shaun wrote:
>
> >Hi,
> >
> >I would like to
I altered the configuration to say --> --with-curl=/usr/bin as that is the
location of the curl executable but I am still getting the compile error.
Any other suggestion?
- Original Message -
From: "Marek Kilimajer" <[EMAIL PROTECTED]>
To: "Don" <[EMAIL PROTECTED]>
Cc: "php list" <[EMAIL
yeah i did send it to the right place. everything was configured as it should have
been. thats why i dont get this. nothing i try works for this. it's perplexing.
-Ryan
>>> Tim Burden<[EMAIL PROTECTED]> 03/31/03 05:22PM >>>
Right, defaults to /usr/local/ for the source versions of MySQL, in
php.resourceindex.com has some credit card handling scripts i believe.
here: http://php.resourceindex.com/Complete_Scripts/Commerce_and_Finance/ is where
you may find what you're looking for, but if you maybe want just a certain function or
class for it they have a whole section for just stuf
here's some things you can check out:
- make sure the path to sendmail is correct/default
- make sure sendmail is running
- check: http://www.php.net/manual/en/function.mail.php and make sure that everything
you're doing in that function is allowed and correct.
>>> Haseeb Iqbal<[EMAIL PROTECTED]
Ok. I seemed to have solved the problem but it seemed really dumb to me. I
did a "curl -version" from teh command prompt and it outputed 7.10.3
BUT, when I looked at the "curl-config" file, it specified the following for
the --version section:
--version)
echo libcurl 7.9.5
exit 0
make sure you have a semicolon on line 200 or it could cause an error on line 201. am
i right in assuming that this is a switch? can you provide us with a small block of
code before and after this line? maybe 5 lines on either side...
-Ryan
>>> Andy<[EMAIL PROTECTED]> 04/01/03 08:17AM >>>
H
talk to the php authors. just e-mail someone @php.net. those guys can most likely
host your stuff under their documents area if they like them.
-Ryan
>>> <[EMAIL PROTECTED]> 04/01/03 07:39AM >>>
Dear List,
Recently I've conducted internal training program on PHP, MySQL in my
company. I'l
Were you looking for online autho handlers or mod checks?
Phil Schwarzmann<[EMAIL PROTECTED]> 04/01/03 08:29AM >>>
Where can I find information on using PHP along with secure online Credit
Card orders?
Thanks!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.p
You might have it installed twice (e.g. once from rpm and once from
source). Try
locate curl-config
Don wrote:
Ok. I seemed to have solved the problem but it seemed really dumb to me. I
did a "curl -version" from teh command prompt and it outputed 7.10.3
BUT, when I looked at the "curl-config"
Thank you to all who helped, I have it working, well sort of.
I now get the form but when I fill it in I get
URL cannot be found on this server.
The pages are there but it looks like i am not communicating with the
database and the email is not being sent.
I am now getting cross-eyed looking at al
I have two tables that I want to display together as if they were one table
and order them by a common date field.
Because I am using MySQL I can't use the usually way I would do this. Create
a store procedure or view.
I was thinking of creating two separate queries in PHP then loading the data
i
Ok, now that I've solved my 'curl' problem, I've run in to another problem.
Now I am getting teh following error:
"configure: error: snmp.h not found. Check your SNMP installation."
I've installed the ucd-snmp rpms so what am I missing?
Thanks,
Don
- Original Message -
From: "Marek Kili
look into things like JOIN and SORT BY in MySQL, they're quicker and more efficient
than PHP for doing DB stuff (so i'm told)
took me awhile to get my head around JOIN, but once you've got it, you'll never be
without it ;)
"Mark McCulligh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTE
On Tuesday 01 April 2003 23:46, Liam Gibbs wrote:
> > Check that whole path leading up to the file is accessible (+x) and
>
> readable
>
> > (+r) by the webserver.
>
> No. I'm positive. I did the whole chmod 777 * -R at the public_html
> directory, and did the proper grouping and ownership in the s
At 18:58 1-4-03, you wrote:
I have two tables that I want to display together as if they were one table
and order them by a common date field.
Because I am using MySQL I can't use the usually way I would do this. Create
a store procedure or view.
Does every row in tableA has a sibling row in tableB
I can't link the two tables at all.
I need to loop through one displaying its information, then loop through the
other table displaying its information. For if I have 5 records in table A
and 6 records in table B, I get 11 records total. Each table only has 4-5
fields and they exist in both table
Thursday, March 27, 2003, 5:00:10 PM, you wrote:
> Sorry. What I mean is that we have an externally hosted website.
> Currently all the forms etc update tables in the web hosted mysql DB. I
> am in the process of building a small CRM system and want the data to
> drop into our non public domain Int
I have looked at the different JOINs but I can't link any fields together.
There is no relationship between the tables. The two table are basically the
same table. But the DBA didn't make them one like he should have.
Mark.
"Skate" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
look
Assuming you also installed ucd-snmp-devel-*.rpm, likely you need to
specify --with-snmp=/usr or --with-snmp=/usr//include/ucd-snmp
Don wrote:
Ok, now that I've solved my 'curl' problem, I've run in to another problem.
Now I am getting teh following error:
"configure: error: snmp.h not found. Ch
Hi Everyone,
I'm working on securing my application, and am running into a slight issue
that I cannot seem to find a fix for. If the attacker changes his PHPSESSID
cookie to contain illegal characters, it causes an error on the screen upon
session_start().
How can I check to see if this is a vali
Thanks for your thoughts!
/ Jeppe
John W. Holmes wrote:
My questions for you:
1) Is there a penelty/drawback when coding PHP instead of ASP on IIS
(towards MySQL)?
No, not really. I'm sure ASP has some little tricks built in that you'd
have to recreate in PHP, but the two are basically the same
Thanks! Your help solved my problems!
Is there some form of obtaining the complete path??? I tried $f1_path, but
don't work... :-)
Thank you very much,
Tom.
"Marek Kilimajer" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
$f1 is the temporary file namen your server, you need t
Hi people I need help with FTP functions:
What's the meaning of this error?: FTP_PUT: Could not determine CWdir: No
such directory.
Thank you very much,
Tom.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
John,
Thanks for your patience.
I've been trying to get a grip on PHP/MySQL with a book written by Jay
Bulger and Jay Geenspan.
Obviously a wrong choice since your solution is not mentioned in their book.
I will check the manual more often.
Frank
"John W. Holmes" <[EMAIL PROTECTED]> schreef in
If you added a dummy field in the table that is minus one field, you might
use the merge table, but I honestly have no idea whether this would be more
or less efficient than sorting arrays in memory. Guess that would depend on
the sizes of the tables and the number of records you'll be returning.
Ok, that problem solved but now another one pops up when I run 'make'.
Please note that it is complaining about code that came with the PHP tarball
and I haven't changed anything. Below are the errors for your viewing
(dis)pleasure. Any guidance would be appreciated. This isn't supposed to
be so
Hello,
I want to send an email attachment using PHP and the below code works
locally but when i upload to my RAQ Cobalt server it doesn't send the
attachment and i can't figure out why. If you can offer me any guidance as
to why this is happening it is greatly appreciated.
**The sendmail is a custo
At 3/30/2003 12:42 PM, Lars Tvedt wrote:
> i would have used templates: heres one http://smarty.php.net
> "Liam Gibbs" <[EMAIL PROTECTED]> wrote in message
> > I'd store your themes in stylesheets instead.
Question, Lars, does Smarty allow for easy template changing? I haven't
used it very much.
Thought some of your advanced developers may be interested in this.
If you're looking for a structured application framework and
methodology to aid the development and maintenance of your Web
application development projects, you may be interested to learn that
the popular Fusebox framework and
On Wednesday 02 April 2003 03:33, Mike wrote:
> I want to send an email attachment using PHP and the below code works
> locally but when i upload to my RAQ Cobalt server it doesn't send the
> attachment and i can't figure out why. If you can offer me any guidance as
> to why this is happening it i
I have the following issue between my html forms and php scripts.
Html file (input.html) looks like this:
Php file (input.php) looks like this:
I can input text (i.e. superman) and then click submit. The resulting
php page returns:
supermanttt=superman
It seems to me that it must be
hi there,
if this:
$res_pform->getSubmitValue("investigator5");
returns an array, how do I get to the individual values in that array
without first setting it to a variable like:
$myvar = $res_pform->getSubmitValue("investigator5");
echo $myvar['field'];
thanks
charles
--
PHP General Mailing
> I'm working on securing my application, and am running into a slight
issue
> that I cannot seem to find a fix for. If the attacker changes his
> PHPSESSID
> cookie to contain illegal characters, it causes an error on the screen
> upon
> session_start().
>
> How can I check to see if this is a va
On Wednesday 02 April 2003 03:58, Charles Kline wrote:
> $res_pform->getSubmitValue("investigator5");
>
> returns an array, how do I get to the individual values in that array
> without first setting it to a variable like:
>
> $myvar = $res_pform->getSubmitValue("investigator5");
>
> echo $myvar['
My objective was to try and NOT use a temporary variable.
for example I can do this:
foreach ($res_pform->getSubmitValue("investigator5") AS $k=>$v){
echo $k . "";
}
I was just wondering in other circumstances, how I can maybe just get
to the value of one of the keys without setting it f
I am trying to use PHP to create a hyperlink button that writes data to
MySQL database and sends the user to a new page.. is this possible? if so
would you post the syntax/site where I can find out how to do this... thx!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
the only difference in the server setup is on my remote server it's a RAQ
and locally i'm using Xitami with PHP. I don't understand why it won't send.
I get the email over the RAQ but no attachment...are there any other
settings that could differ that I would need to set? Like in the php.ini
file?
Sorry if this is OT, but... heheheh... has anyone taken a look at the PHP site? Check
out the upper-left corner. Who is that? Nice to know the guys at PHP can have a laugh.
Here I go again with the stylesheets. ;) Anyway, if a user has stylesheets turned off,
is a stylesheet file even run? Like, if I have them turned off and I have a
stylesheet, say, SS.php. Will SS.php run or will it be ignored altogether?
read: http://php.weblogs.com/
--
Chris Edwards
Web Application Developer
Outer Banks Internet, Inc.
252-441-6698
[EMAIL PROTECTED]
http://www.OuterBanksInternet.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Yeah...check out the phpinfo() function on your machine
-Original Message-
From: Liam Gibbs [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 01, 2003 3:36 PM
To: php list
Subject: [PHP] Humour in programming?
Sorry if this is OT, but... heheheh... has anyone taken a look at the
PHP
This has to be an April Fools joke..
-Original Message-
From: Chris Edwards [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 01, 2003 2:36 PM
To: [EMAIL PROTECTED]
Subject: [PHP] whats this
read: http://php.weblogs.com/
--
Chris Edwards
Web Application Developer
Outer Banks Internet,
Hi,
I need to work on a tiny little program, and was wondering if anyone could
help me.
I need just a simple program that searches a phrase (inputted by the user in
a form) from all the php files in the directory. Let's say the user inputed
"How to Log on to XXX", then my programs needs to searc
Hehe, I though something was wrong with my machine when I checked out
phpinfo() on one of my boxes today. It didn't even occur to me that it
might be related to April Fools.
I know it's usually the PHP logo, but how is that picture generated anyway?
--
Aaron Gould
Web Developer
Parts Canada
--
Yeah, same thing happened to me last year. I was freaking out, thought
my box had been hacked. Then it hit me...April Fools day...
-Original Message-
From: Aaron Gould [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 01, 2003 3:37 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTEC
the world has come to an end :-P
- Original Message -
From: "Chris Edwards" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 01, 2003 3:35 PM
Subject: [PHP] whats this
> read: http://php.weblogs.com/
>
> --
> Chris Edwards
> Web Application Developer
> Outer Banks
I noticed a similar thing in phpinfo(); in php 4.3.1, there is a dog in
place of the php logo
Thank you,
---
-Daniel Negron
// \\*
/ _ __ ___ \Lotus No
The image is grabbed from their servers.
- Original Message -
From: "Aaron Gould" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, April 01, 2003 1:36 PM
Subject: Re: [PHP] Humour in programming?
> Hehe, I though something was wrong wit
Hello all,
As part of my website, I need to allow the users to upload data from an
access db to my mysql db. This is all done with a small delphi utility by
way of odbc. The problem is, my webhost will only allow me to have one user
set up for the db so when I set up the odbc connection for the
By PHP? The HTML source points to
my.server.com/script.php?=PHPE9568F36-D428-11d2-A769-00AA001ACF42
-Original Message-
From: Kevin Stone [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 01, 2003 3:43 PM
To: Aaron Gould; [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: R
Exactly... it seems to be generated in code somehow?
--
Aaron Gould
[EMAIL PROTECTED]
Web Developer
Parts Canada
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, April
hehe and the good news, ppl don't have to upgrade to the latest PHP 2.0.2
... coz the php 2.0.1 don't seems to be seriously buggy ;-)
Cheers,
Hatem
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: T
Levi,
Very easy to do exactly what you want using php
1. write your link to a php page (described below) which includes the items
you want stored appended to the link "go to next page"
2. create a php page which contains the following:
Easy enough, but you'll need a form if you want user supp
It's an April Fools joke ... nicely done too.
Chris Edwards wrote:
read: http://php.weblogs.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Most likely not, but this has to do with the browser and not PHP.
Liam Gibbs wrote:
Here I go again with the stylesheets. ;) Anyway, if a user has stylesheets turned off, is a stylesheet file even run? Like, if I have them turned off and I have a stylesheet, say, SS.php. Will SS.php run or will i
Your ss.php will still run, but the browser will not render the styles in
the page.
Clint
-Original Message-
From: Leif K-Brooks [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 01, 2003 3:49 PM
To: Liam Gibbs
Cc: php list
Subject: Re: [PHP] Stylesheets, are they run?
Most likely not, but
Not true, any decently-optimized browser won't fetch a style sheet it
doesn't plan to use.
Clint Tredway wrote:
Your ss.php will still run, but the browser will not render the styles in
the page.
Clint
-Original Message-
From: Leif K-Brooks [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April
Hi
So say I have some UTF-8 (not certain, but probably in UTF-8 format, I need
to check some more) encoded text. The text comes in encoded already, so it's
not an htmlspecialchars kind of quick fix. For instance, I get 'ê' and I
want to output 'ê'--how do I convert from the two high ASCII charact
Thank you very much - you are very observant and have just taught me a good
lesson about checking minor errors even outside the obvious PHP code. It
works now except for the
unlink as you said.
Regards
Adrian Greeman
Original Message -
From: "Kevin Stone" <[EMAIL PROTECTED]>
To: "Adr
1 - 100 of 148 matches
Mail list logo