Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

php-list · PHP-List - Web Development Discussion

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3067
  • Category: Web Design
  • Founded: Sep 12, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 26262 - 26291 of 26674   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
26262 David Halliday
tetrahall Send Email
Nov 24, 2011
7:29 am
... From: "David Halliday" Hello, Is it possible for a php script to fetch or read a dynamically generated web html page? I have a page that contains a...
26263 johvog Send Email Nov 24, 2011
9:26 pm
... Hi All, I got more help from all of you that I had hoped for! A lot of material to go thru, but what helps the most is that each of you put in place...
26264 David Halliday
tetrahall Send Email
Nov 27, 2011
9:01 pm
...I hope you will have no problems anymore due to this site! http://safogo.com/p.g.php?ytepage=75g8...
26265 Beau
n9mfk9 Send Email
Dec 8, 2011
12:54 am
Hi all here is some example code im get a space before the 21 how can I remove it <?php ini_set('display_errors&#39;, 1); error_reporting(E_ALL); $inDate = "on 21...
26266 William Piper
skynetbillyp Send Email
Dec 8, 2011
1:22 am
... preg_match(&#39;|on\s*(.*)$|&#39;, $inDate, $matches);...
26267 Naresh Kumar
nareshkumar97@... Send Email
Dec 9, 2011
9:05 am
Hi, I have few .pgp files and a pgp key. Can someone please let me know how can I decrypt those files with that pgp key using PHP? I have to decrypt those ...
26268 William Piper
skynetbillyp Send Email
Dec 9, 2011
1:34 pm
... http://answers.yahoo.com/question/index?qid=20081203175823AANmTyN...
26269 Naresh Kumar
nareshkumar97@... Send Email
Dec 13, 2011
10:25 am
... Is it not possible without shell commands? I mean by using only php libraries or built-in functions. Please let me know. Thanks. Regards N Naresh Kumar ...
26270 mylistgroups10@...
ozwebwiz Send Email
Dec 13, 2011
10:51 am
... From: "Naresh Kumar" ... Is it not possible without shell commands? I mean by using only php libraries or built-in functions. Please let me know. Thanks. ...
26271 Marvin Hunkin
neilmarvin Send Email
Dec 17, 2011
3:59 pm
Hi. well sorry, forggot about that. well if any one can help me with my smtp, and also using windows 7 professional 32 bit, and using wamp server 2.2, and...
26272 mylistgroups10@...
ozwebwiz Send Email
Dec 18, 2011
12:35 pm
... From: "Marvin Hunkin" Hi. well sorry, forggot about that. well if any one can help me with my smtp, and also using windows 7 professional 32 bit, and using...
26273 Pete
computergeni... Send Email
Dec 18, 2011
1:14 pm
A bizarre issue here... I have just changed an asp site to a php site, and for seo purposes, I have kept many of the asp file names - as in, myfile.asp is...
26274 Wade Smart
wadesmart Send Email
Dec 18, 2011
2:46 pm
... /en/index.asp ../index.asp -- -- Registered Linux User: #480675 Registered Linux Machine: #408606 Linux since June 2005 [Non-text portions of this message...
26275 Pete
computergeni... Send Email
Dec 18, 2011
7:29 pm
In message <CAK3k1ZEWo1RpMjwiYbiMQU60C8FZ520VUnC8KdMCpf- R5o2gSA@...>, Wade Smart <wadesmart@...> writes ... hmmm... I doubt if anyone else...
26276 mylistgroups10@...
ozwebwiz Send Email
Dec 18, 2011
11:15 pm
... From: "Pete" A bizarre issue here... I have just changed an asp site to a php site, and for seo purposes, I have kept many of the asp file names - as in,...
26277 fw7oaks Send Email Dec 19, 2011
3:30 am
[snip] ... Could you please explain this, I don't follow, sorry Thanks fw...
26278 Pete
computergeni... Send Email
Dec 19, 2011
7:34 am
In message <43C366115DF14508A2114C3A6589B421@laptop>, mylistgroups10@... writes ... That is correct. ... I don't want to use index.asp, I want...
26279 mylistgroups10@...
ozwebwiz Send Email
Dec 20, 2011
1:53 am
... From: "Pete" In message mylistgroups10@... writes ... That is correct. ... I don't want to use index.asp, I want visitors to go to /en/index.php when they...
26280 mylistgroups10@...
ozwebwiz Send Email
Dec 20, 2011
3:04 am
new thread [snip] ... Could you please explain this, I don't follow, sorry Thanks fw ... MOD_REWRITE is an apache directive that allows urls to access...
26281 Marvin Hunkin
neilmarvin Send Email
Dec 26, 2011
11:36 am
hi. i have wamp server, and tried writing a script. and created a database in php my admin. now. it says that i cannot connect. and tried looking in the...
26282 Pete
computergeni... Send Email
Dec 26, 2011
3:46 pm
In message <4EF854E1.1070007@...>, Marvin Hunkin <startrekcafe@...> writes ... I find your question quite confusing, but I *think* that you are...
26283 Nelly Yusupova
nelly_y Send Email
Dec 27, 2011
7:07 pm
Hello Everyone, We are setting up an environment for running unit tests for our PHP application. We installed PHPUnit testing framework and were thinking of...
26284 Nelly
nelly_y Send Email
Dec 27, 2011
10:49 pm
Hello Everyone, We are setting up an environment for running unit tests for our PHP application. We installed PHPUnit testing framework and were thinking of...
26285 wadesmart Send Email Dec 28, 2011
7:28 pm
Im working with my local highschool on updating some apps they have on their server for the teachers to use. I have a question about how they move data from...
26286 James Keeline
keeline Send Email
Dec 28, 2011
7:55 pm
... One of the first tenets of PHP security is never to trust data that comes from a web user, whether that is submitted in a form, stored in a cookie, part of...
26287 Wade Smart
wadesmart Send Email
Dec 28, 2011
8:07 pm
... OK. That is what I wanted to know. I was just a bit unsure about storing everything within the sessions. -- -- Registered Linux User: #480675 Registered...
26288 wadesmart Send Email Dec 31, 2011
1:24 am
Long completely complicated story short, Im inserting values into three different databases: MS SQL, mysql, couchdb. Ive not worked with 1 and I dont think it...
26289 Marvin Hunkin
neilmarvin Send Email
Jan 2, 2012
4:07 am
Hi. i have a form, and a php script all in one file. i want to have a line break between the url links, and the next line of text on the next line. at the...
26290 Wade Smart
wadesmart Send Email
Jan 2, 2012
4:08 am
... A blank like will be print "<br />"; Wade -- Registered Linux User: #480675 Registered Linux Machine: #408606 Linux since June 2005 [Non-text portions of...
26291 William Piper
skynetbillyp Send Email
Jan 2, 2012
2:20 pm
... echo "\n"; // will put a 'newline&#39;....
Messages 26262 - 26291 of 26674   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help