# [EMAIL PROTECTED] / 2007-01-03 11:19:21 +0500:
> ===ORINGIAL===
[...]
> ===END ORIGINAL===
Gah, early morning! Ok, I wasted my time thanks to your quoting style.
Would you please use something more conventional, like prefixing each
line of the quoted material with "> "? Thank you!
> I tried fo
On 1/2/07, Fahad Pervaiz <[EMAIL PROTECTED]> wrote:
this is the error message i get:
PHP Warning:
file_get_contents(
http://123.123.1.2:8008/V3JRoute?slot=1&startX=103.880764&startY=1.335458&endX=103.886297&endY=1.334953&routeType=1&format=2
)
[function.file-get-contents]: failed to open stream:
# [EMAIL PROTECTED] / 2007-01-03 11:19:21 +0500:
> ===ORINGIAL===
> hi all,
>
> I got problem in getting file content. the file is located at another server
> (tomcat) and it is a jsp file.
> i don't know why i keep getting the same error message file accessing that
> file but
> while i am trying
# [EMAIL PROTECTED] / 2006-09-15 20:39:16 -0400:
> I have a script I've created which takes a file upload, monkeys with the
> data in it, and needs to push the new file out to the browser. Everything
> is coded and working up to that last point, but I've never pushed out a file
> to the browser
I've recently discovered a tool that I recommend for web work:
ServiceCapture by Kevin Langdon
http://kevinlangdon.com/serviceCapture/
It acts as an HTTP proxy, inserting itself between browser and the
net, and logs the details of http requests and responses.
It's been a great help to me late
===ORINGIAL===
hi all,
I got problem in getting file content. the file is located at another server
(tomcat) and it is a jsp file.
i don't know why i keep getting the same error message file accessing that
file but
while i am trying to access to another file, from another server it run
perfect.
t
On 1/2/07, Kencana <[EMAIL PROTECTED]> wrote:
hi all,
I got problem in getting file content. the file is located at another server
(tomcat) and it is a jsp file.
i don't know why i keep getting the same error message file accessing that
file but
while i am trying to access to another file, from
hi all,
by the way, the page that i am trying to get, i can open the page without
any problem
in IE 7 browser.
Thanks
Regards,
Kencana
--
View this message in context:
http://www.nabble.com/http-request-problem-tf2911952.html#a8136297
Sent from the PHP - General mailing list archive at Nabbl
hi all,
I got problem in getting file content. the file is located at another server
(tomcat) and it is a jsp file.
i don't know why i keep getting the same error message file accessing that
file but
while i am trying to access to another file, from another server it run
perfect.
this is the erro
It works!
All I did was comment out the
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1)
and set up the post and post fields options.
I used the query string format.
I may try the array later, but since this
works, I'm going to use it for now.
Thanks everybody!
--
PHP General Mailing List (
What do you mean by `pushing`?
On 9/15/06, Mike Mannakee <[EMAIL PROTECTED]> wrote:
Hello,
I have a script I've created which takes a file upload, monkeys with the
data in it, and needs to push the new file out to the browser. Everything
is coded and working up to that last point, but I've nev
Richard,
Thanks for your answer.
What do you mean about the submit input? I
thought that was just a text link to cause
the form to be submitted when clicked. I
didn't know that it sent anything to the
server. (As you can tell, I don't know
anything about asp except what it stands
for.)
Hello,
I have a script I've created which takes a file upload, monkeys with the
data in it, and needs to push the new file out to the browser. Everything
is coded and working up to that last point, but I've never pushed out a file
to the browser before. Does anyone have the code for this layi
# [EMAIL PROTECTED] / 2007-01-03 02:55:11 +:
> # [EMAIL PROTECTED] / 2007-01-02 18:23:33 -0700:
> > I'm trying to build a CLI/CGI binary of PHP5 with MySQLi under Mac OS
> > X. When I invoke configure, I get the following error message:
> >
> > "checking whether to enable embedded MySQLi suppo
# [EMAIL PROTECTED] / 2007-01-02 18:23:33 -0700:
> I'm trying to build a CLI/CGI binary of PHP5 with MySQLi under Mac OS
> X. When I invoke configure, I get the following error message:
>
> "checking whether to enable embedded MySQLi support... no
> mysql_config not found
> configure: error: Pleas
Mixing Location and Cookie headers has always been hit and miss...
I think you could fix it with session_write_close() or you could just
replace the Location: with:
require 'b.php';
since you are just wasting HTTP connections the way you have it now...
On Sat, December 30, 2006 12:56 pm, tedd w
Hi,
I need to build my own php binary to use on a remote server that I do
not have full control over. The latest php needs a newer openssl than
the server has.
How can I compile php such that it will link in the openssl libs
statically so that I can run it on the remote server which does not
hav
It's NOT register_globals being off.
It's E_NOTICE being on.
You could turn E_NOTICE off and *ignore* these errors -- They are
still there, you are just ignoring them.
Or you could fix the script:
$action = isset($_GET['action']) ? $_GET['action'] : '';
would be the replacement line for your
I think you want $bytes_out >= $size, actually...
I'm not sure what you are sending out for that last extra byte... :-)
You could consider just timing out any zombies.
You could use "ignore_user_abort" and hope to "finish" most of the
downloads, as far as PHP is concerned, but I don't think
igno
You can try tacking a "&" at the end to fork the Notepad opening...
It may or may not work depending on a bunch of factors.
Don't be surprised if it "works" and makes your Windows box even more
unstable than it already way, and you get random crashes from this.
Thread-safety within PHP extension
On Mon, January 1, 2007 12:40 am, [EMAIL PROTECTED] wrote:
> Dear All,
>
> Happy New Year,
>
> How much mem ( Ram ) does the php5 need ?
Yes.
:-)
Depends on what extension you add, what you do with those extensions,
and what sort of performance you expect to get.
Depends if you run as a Module,
I'm trying to build a CLI/CGI binary of PHP5 with MySQLi under Mac OS
X. When I invoke configure, I get the following error message:
"checking whether to enable embedded MySQLi support... no
mysql_config not found
configure: error: Please reinstall the mysql distribution"
Now, mysql (4.1.22) is
On Mon, January 1, 2007 4:26 am, Jason Paschal wrote:
> i realize this isn't the appropriate mailing list and i risk being
> black-listed (flame, defamed, ignored, etc.).
>
> i occasionally use temporary emails when registering for forums or to
> get
> some shareware (we've all done it, don't g
If it is stored in a database, you may want to convert within your query:
MySQL: date_format
Postgresql: to_char
If it's just in a text file, PHP's date() function should do it:
http://php.net/date
I dunno if there's a nifty constant for the format you want, but you
could always mess with mktime
Configure the browser to prompt you before saving cookies, and then
surf there again?
Turn on LiveHTTPHeaders and see what the browser sends when you surf
back to that site?
Hack your /etc/hosts or \WINDOWS\system32\drivers\etc\hosts to have
the other guy's domain re-directed to your localhost, a
On Tue, January 2, 2007 9:23 am, Charley wrote:
>
...
>
> */
>
> $pf = "AccountID=XX";
...
> $pf .= "&paymentidfilter=";
You are missing the "Submit" input, and ASP being ASP, it probably was
programmed to expect it, and will puke without it.
You also have added a paymen
On Tue, January 2, 2007 10:19 am, R. Van Tassel wrote:
> I'm having an issue with a website where changing the URL from http://
> to
> https:// makes the images disappear. The images are all relative and
> not
> absolute.
>
> How can I fix this?
Right-click on the image and see what its "propertie
I apologize for the previous message. This
one should wrap better.
To Ligaya and Jochm,
Thanks for your answers.
I have read and tried what several tutorials
say to do. I have used both arrays and query
strings to specify the post fields. I had
not seen the tutorial Ligaya mentioned, but
You can reverse the base64 easily enough.
You ain't gonna reverse md5 in this lifetime.
The dual-column could work, or you could just accept the password if
it matches either routine in a single column.
The odds of your new algorithm coincidentally matching the
base64(md5()) of another user and
To Ligaya and Jochm,
Thanks for your answers.
I have read and tried what several tutorials say to do. I have used both
arrays and query strings to specify the post fields. I had not seen the
tutorial Ligaya mentioned, but it was not essentially different from the others
I have seen. And the
Thanks Jochem,
Yeah, I'm one of those types that wields whatever lightsabre is given
to him. ;-)
Perfect, thanks for the heads up on how that translates in PHP. Yeah,
good idea on the dual column. I was thinking the same thing, and it
seems to be the most non-intrusive way to add it into the ne
Make the src ABSOULUTE and it will work. When you are using relative links
as you are right now the web server will look in the
https://www.mywebsite.com/images
Best regards,
Peter Lauri
www.dwsasia.com - company web site
www.lauri.se - personal web site
www.carbonfree.org.uk - become Carb
Are you trying to read cookies that are not set by your host? If that is the
case you will probably be disappointed. The purpose with cookies is that
they should only be table to be read by the one who is setting the cookie.
If you want to read cookies on the machine that you are able to view just
I also use PHPmailer to send emails. However it is good to do it the 'hard'
way once to learn about mailing headers etc.
Best regards,
Peter Lauri
www.dwsasia.com - company web site
www.lauri.se - personal web site
www.carbonfree.org.uk - become Carbon Free
-Original Message-
From: Ste
Have you looked at this tutorial -
http://devzone.zend.com/node/view/id/1081
It has an example specifically for how to use curl with POST
Respectfully,
Ligaya Turmelle
-Original Message-
From: Charley [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 03, 2007 1:24 AM
To: php-general@li
Charley wrote:
> I am an experienced programmer who is just learning php and curl.
>
...
>
> Would someone be interested in showing me exactly what I need to modify this
> script to work with POST?
the interest is 10%/week ;-) ... read on ...
>
> session_start();
> /*
> https://www.e-
that's why i prefer discussing here in the forum, we benefit from the
experiences of each other :)
updated version: http://149.222.235.16/jstest/
--
View this message in context:
http://www.nabble.com/Javascript-detection-tf2905451.html#a8132203
Sent from the PHP - General mailing list archive a
Jason Alexander wrote:
> Hey there,
>
>
> I'm currently working on converting an ASP.NET, C# site/application to
> PHP, and I've run into a small snag. The login algorithm hashes the
welcome to the other side, did you get a refund for the red lightsabre?
;-) [go on keep reading, you'll to the u
Robert Cummings wrote:
>
> Out of curiosity, can you guarantee the Javascript redirect will always
> occur before the meta redirect when Javascript is enabled? Otherwise you
> have a race condition.
>
> Cheers,
> Rob.
>
yes, you where right (i noticed some problems with opera)
updated version
Satyam wrote:
>
>
> What I usually do is to make the entry page the one that would be used
> without JavaScript and branch only if JavaScript is present.
>
> Satyam
>
yes, that's the best solution, updated version:
http://149.222.235.16/jstest/
--
View this message in context:
http://www
- Original Message -
From: "Robert Cummings" <[EMAIL PROTECTED]>
What I usually do is to make the entry page the one that would be used
without JavaScript and branch only if JavaScript is present.
Yeah, that was what I did :)
Cheers,
Rob.
--
Sorry, it seems I missed it.
Satyam
I am an experienced programmer who is just learning php and curl.
I have tried for several days to figure out how to use curl with POST
to get history information from e-gold.
The following script, which I guess uses GET works when have
appropriate stuff in them.
But no matter wh
At 3:39 PM -0500 1/2/07, Robert Cummings wrote:
On Tue, 2007-01-02 at 15:24 -0500, tedd wrote:
Rob:
That's a good point -- even if a delay was added
it's not certain that it wouldn't experience a
race issue. And the longer the delay, the more
problems you have with the user experience.
P
On Tue, 2007-01-02 at 21:55 +0100, Satyam wrote:
> - Original Message -
> From: "Robert Cummings" <[EMAIL PROTECTED]>
> To: "Jürgen Wind" <[EMAIL PROTECTED]>
> Cc:
> Sent: Tuesday, January 02, 2007 8:57 PM
> Subject: Re: [PHP] Javascript detection , working version
>
>
> > On Tue, 2007-
Hey there,
I'm currently working on converting an ASP.NET, C# site/application to
PHP, and I've run into a small snag. The login algorithm hashes the
user passwords like so:
MD5 md1 = new MD5CryptoServiceProvider();
byte[] buffer1 = new ASCIIEncoding().GetBytes(stringToHash);
byte[] buffer2 = m
- Original Message -
From: "Robert Cummings" <[EMAIL PROTECTED]>
To: "Jürgen Wind" <[EMAIL PROTECTED]>
Cc:
Sent: Tuesday, January 02, 2007 8:57 PM
Subject: Re: [PHP] Javascript detection , working version
On Tue, 2007-01-02 at 11:32 -0800, Jürgen Wind wrote:
Robert Cummings wrote:
On Tue, 2007-01-02 at 15:24 -0500, tedd wrote:
> Rob:
>
> That's a good point -- even if a delay was added
> it's not certain that it wouldn't experience a
> race issue. And the longer the delay, the more
> problems you have with the user experience.
>
> Perhaps a token scheme, like prohibitin
At 2:06 PM -0500 1/2/07, Robert Cummings wrote:
On Tue, 2007-01-02 at 10:06 -0800, Jürgen Wind wrote:
tedd, plz no personal mail, i like better to discuss things in the forum and
thus hear other meanings and experiences.
>Your solution was very simple and worked very well.
tx, i always try
On 02/01/07, tedd <[EMAIL PROTECTED]> wrote:
At 4:16 PM +0200 1/2/07, Dotan Cohen wrote:
>I'm trying to debug some scripts, and I see that the contents of
>cookies seems to be encoded (in Firefox2 on Kubuntu, at least). How
>can one read the cookies stored on his machine?
>
>Dotan Cohen
Dotan:
David CHANIAL wrote:
> Hi,
>
> We are preparing the upgrade of PHP for our customers, but, after some tests,
> we have a migration "problem" caused by the news E_RECOVERABLE_ERROR.
>
> So, even if the upgrade guide (http://www.php.net/UPDATE_5_2.txt) talk about
> the method to handle this new e
tedd wrote:
> At 5:27 PM +0100 1/2/07, Jochem Maas wrote:
>> we gave up mind-reading on the list last year, please provide us with
>> some actual info otherwise we can't help you.
>
> I was wondering why I didn't know that. :-)
our mind-reading modules were switched off remotely via the
subconsc
On Tue, 2007-01-02 at 11:32 -0800, Jürgen Wind wrote:
> Robert Cummings wrote:
> >
> > Out of curiosity, can you guarantee the Javascript redirect will always
> > occur before the meta redirect when Javascript is enabled? Otherwise you
> > have a race condition.
> >
> > Cheers,
> > Rob.
> >
> i
I know it's wrong place to post apache based question, but it's kind of
urgent and I'm not on any apache list. If anyone can please help me.
we (firm aI work for) purchased SSL certificate for our domain name with
w's (www.vernoncompany.biz). but, when try to get
https://vernoncompany.biz will get
Robert Cummings wrote:
>
> Out of curiosity, can you guarantee the Javascript redirect will always
> occur before the meta redirect when Javascript is enabled? Otherwise you
> have a race condition.
>
> Cheers,
> Rob.
>
i have no idea, it is just a quick&dirty hack, i'm no js expert ;)
the j
On Tue, 2007-01-02 at 10:06 -0800, Jürgen Wind wrote:
> tedd, plz no personal mail, i like better to discuss things in the forum and
> thus hear other meanings and experiences.
> >Your solution was very simple and worked very well.
> tx, i always try to keep things logical and as simple as possibl
Hi Alistair,
There was a snafu in the PHP release process, PHP 5.2.0 shipped with an
outdated go-pear.phar for some reason, you can fix this by downloading
http://pear.php.net/go-pear.phar and saving it as PEAR/go-pear.phar in
the unzipped windows distribution. Then, when you run go-pear.bat it
w
tedd, plz no personal mail, i like better to discuss things in the forum and
thus hear other meanings and experiences.
>Your solution was very simple and worked very well.
tx, i always try to keep things logical and as simple as possible ;)
this is just a quick example to show how to bring info g
Hi,
We are preparing the upgrade of PHP for our customers, but, after some tests,
we have a migration "problem" caused by the news E_RECOVERABLE_ERROR.
So, even if the upgrade guide (http://www.php.net/UPDATE_5_2.txt) talk about
the method to handle this new errors (by using try/catch), they do
sorry,
just wanted so say:
...seems to work (I can see images) so which images do disappear?
bb
Am $date schrieb $from:
>Thanks.
>
>http://www.loudmerch.com/clientservices/
>user: php
>pass: list
>
>
>-Original Message-
>From: Jochem Maas [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, Janu
Hi!
I am keen to install PEAR and start using it, but encounter the same error
on two different XP machines and would be extremely grateful for any help
you can offer.
Please see below for an account of the error.
Best Regards and thanks in advance,
Alistair
--
Are you installing a syste
Am $date schrieb $from:
>Thanks.
>
>http://www.loudmerch.com/clientservices/
>user: php
>pass: list
>
>
>-Original Message-
>From: Jochem Maas [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, January 02, 2007 11:52 AM
>To: R. Van Tassel
>Cc: php-general@lists.php.net
>Subject: Re: [PHP] Concernin
At 5:27 PM +0100 1/2/07, Jochem Maas wrote:
we gave up mind-reading on the list last year, please provide us with
some actual info otherwise we can't help you.
I was wondering why I didn't know that. :-)
tedd
--
---
http://sperling.com http://ancientstones.com http://earthstones.com
--
At 4:16 PM +0200 1/2/07, Dotan Cohen wrote:
I'm trying to debug some scripts, and I see that the contents of
cookies seems to be encoded (in Firefox2 on Kubuntu, at least). How
can one read the cookies stored on his machine?
Dotan Cohen
Dotan:
Just a guess, are the cookies serialized?
http:/
Thanks.
http://www.loudmerch.com/clientservices/
user: php
pass: list
-Original Message-
From: Jochem Maas [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 02, 2007 11:52 AM
To: R. Van Tassel
Cc: php-general@lists.php.net
Subject: Re: [PHP] Concerning SSL
R. Van Tassel wrote:
> How do
Jochem Maas wrote:
R. Van Tassel wrote:
How do you correct the image URLs? That's what I'm asking.
how I am supposed to know how to correct your URLs without being able to
see your code or the source of your pages???
PS - you domain name is not mywebsite.com AFAICT
Or, to put it ano
R. Van Tassel wrote:
> How do you correct the image URLs? That's what I'm asking.
how I am supposed to know how to correct your URLs without being able to
see your code or the source of your pages???
PS - you domain name is not mywebsite.com AFAICT
>
> I have a website that is secure. When you
How do you correct the image URLs? That's what I'm asking.
I have a website that is secure. When you change the URL from
http://www.mywebsite.com
to
https://www.mywebsite.com
the images disappear.
The images are codes as relative links:
http://www.mywebsite.com/images/myimage.jpg
is coded as
R. Van Tassel wrote:
> Hello everyone, I hope you all had a great new year.
>
> I'm having an issue with a website where changing the URL from http:// to
> https:// makes the images disappear. The images are all relative and not
> absolute.
>
> How can I fix this?
correct the image URLs? clear y
At 1/2/2007 12:24 AM, Le Phuoc Canh wrote:
Can we use php to detect client screen resolution? Please help me ?
Do you really want screen resolution or do you want browser window
size? Not every PC user keeps their windows maximized, and I have
yet to meet a Mac user who attempts to do so.
Hello everyone, I hope you all had a great new year.
I'm having an issue with a website where changing the URL from http:// to
https:// makes the images disappear. The images are all relative and not
absolute.
How can I fix this?
Thanks,
-Roy
--
PHP General Mailing List (http://www.php.net/)
T
Hello everyone,
We are expanding our search to Junior/Senior Perl and PHP programmers
that would like to learn mod_perl and enterprise Perl programming.
Here is the original posting on jobs.perl.org:
Mod_perl Web Developer for publishing company- bizjournals.com, bizjournals.com
http://jobs.perl
On 1/2/07, Stut <[EMAIL PROTECTED]> wrote:
Le Phuoc Canh wrote:
> Can we use php to detect client screen resolution? Please help me ?
>
No "we" can't. "You" need Javascript or another "client"-side technology
for that.
-Stut
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vi
I'm trying to debug some scripts, and I see that the contents of
cookies seems to be encoded (in Firefox2 on Kubuntu, at least). How
can one read the cookies stored on his machine?
Dotan Cohen
http://what-is-what.com/what_is/gmail.html
http://datip.com
--
PHP General Mailing List (http://www.ph
Thanks Stut,
Perfect!
Kind Regards,
Steven Macintyre
http://steven.macintyre.name
--
http://www.friends4friends.co.za
> -Original Message-
> From: Stut [mailto:[EMAIL PROTECTED]
> Sent: 02 January 2007 02:59 PM
> To: Steven Macintyre
> Cc: php-general@lists.php.net
> Subject: Re: [P
Steven Macintyre wrote:
I am unable to find out how to do this ... or what the format is "called"
bar zulu format
I have standard 00:00:00 time stored ... and wish to display it as 00h00 ...
has anyone done this with php ... can you point me to right page etc ...
What is that format called?
h
By this way you´ll display in 24 hours format
echo date($date,"Hhi");
By this way you´ll display in 12 hours format
echo date($date,"hhi");
Hope help.
""Steven Macintyre"" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> Hi all,
>
> I am unable to find out how to do this ..
By this way you´ll display in 24 hours format
echo date($date,"Hhi");
By this way you´ll display in 12 hours format
echo date($date,"hhi");
Hope help.
""Steven Macintyre"" <[EMAIL PROTECTED]> escreveu na mensagem
news:[EMAIL PROTECTED]
> Hi all,
>
> I am unable to find out how to do this ..
> When I send a mail using php using mail(), and using html tags in
> message
> body , these tags are being displayed as it is.
> Please let me know if there's any way of how to tackle with this.
I use phpmailer for all my email sending ...
Never had a problem with it
S
--
PHP General Mailing
Hi all,
I am unable to find out how to do this ... or what the format is "called"
bar zulu format
I have standard 00:00:00 time stored ... and wish to display it as 00h00 ...
has anyone done this with php ... can you point me to right page etc ...
What is that format called?
Kind Regards,
S
# [EMAIL PROTECTED] / 2007-01-02 15:35:26 +0530:
> my problem got solved in gmail, but now i am not getting mails any where
> else...
> headers now i am using is:
>
> $headers = 'MIME-Version: 1.0'."*\n*".'Content-type:
> text/html;charset=iso-8859-1'."*\n*".'Content-Transfer-Encoding:
> 8bit'."*\
use and/or study this nice bit of code (well I like it anyway, Manuel Lemos
probably
diagrees :-)
http://phpmailer.sourceforge.net/
Anju Prasad wrote:
> my problem got solved in gmail, but now i am not getting mails any where
> else...
> headers now i am using is:
>
> $headers = 'MIME-Ve
my problem got solved in gmail, but now i am not getting mails any where
else...
headers now i am using is:
$headers = 'MIME-Version: 1.0'."*\n*".'Content-type:
text/html;charset=iso-8859-1'."*\n*".'Content-Transfer-Encoding:
8bit'."*\n*".'From:'.$sitename."*\n*".'return-path:'.$from;
On 1/2/07
Please don't reply to me directly. Always include the list in replies.
Anju Prasad wrote:
Headers i am using:
$headers = "MIME-Version: 1.0*\r\n*
Content-type: text/html;charset=iso-8859-1*\r\n*Content-Transfer-Encoding: 8bit
*\r\n\r\n*From:$sitename*\r\n*return-path:
$from";
Message body:
$m
actually this problem i am getting only when sending mail in gmail,
otherwise everywhere its coming correctly and fine
On 1/2/07, Anju Prasad < [EMAIL PROTECTED]> wrote:
Headers i am using:
$headers = "MIME-Version: 1.0*\r\n*
Content-type: text/html;charset=iso-8859-1*\r\n*Content-Transfer-Enco
1. Try displaying the message first on the browser and see if it renders
properly.
2. Try viewing the headers of the actual sent message and check if they are
properly transmitted. Sometimes spaces/punctuations or typo errors on header
generation wholly disregards our intent on sending HTML type e
Anju Prasad wrote:
I am doing that but still not getting any fruitful results.
Show us exactly what you're doing. If your mail client is not displaying
the email as HTML one of two things is happening. 1) You're not telling
it it's an HTML email, or 2) your mail client is ignoring the headers
I am doing that but still not getting any fruitful results.
On 1/2/07, zoticaic <[EMAIL PROTECTED]> wrote:
--
> My Seeding Blog | http://bytes.nullp0inter.com
> Hire me as Freelancer | http://www.getafreelancer.com/affiliates/shockx/
> -Original Message-
> From: Anju Prasad [mailto:[E
--
> My Seeding Blog | http://bytes.nullp0inter.com
> Hire me as Freelancer | http://www.getafreelancer.com/affiliates/shockx/
> -Original Message-
> From: Anju Prasad [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 02, 2007 5:13 PM
> To: php-general@lists.php.net
> Subject: [PHP] Plea
When I send a mail using php using mail(), and using html tags in message
body , these tags are being displayed as it is.
Please let me know if there's any way of how to tackle with this.
Le Phuoc Canh wrote:
Can we use php to detect client screen resolution? Please help me ?
No "we" can't. "You" need Javascript or another "client"-side technology
for that.
-Stut
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Can we use php to detect client screen resolution? Please help me ?
Best Regard.
91 matches
Mail list logo