[PHP] php5.2.4 and apache2.0.63 on WinXp

2008-06-01 Thread Ramses
Hello, I found this address somewhere on the php.net site indicating I should send my questions to this email. I am trying to get php and apache to work together. it's a new install. I installed apache2.0.63 first and tested localhost : it worked fine I then installed php5.2.4 in c:\PHP\ I

[PHP] Re: php5.2.4 and apache2.0.63 on WinXp

2008-06-01 Thread zerof
Ramses escreveu: Hello, I found this address somewhere on the php.net site indicating I should send my questions to this email. I am trying to get php and apache to work together. it's a new install. I installed apache2.0.63 first and tested localhost : it worked fine I then installed

Re: [PHP] saving outside website content via php...

2008-06-01 Thread Gabriel Sosa
why no just save the searhed url in a db field. next time you just need call the iframe with the last or N search anyway if you still want to save all the searched page try using curl http://ar.php.net/manual/en/function.curl-exec.php saludos On Sat, May 31, 2008 at 8:11 PM, blackwater dev

Re: [PHP] Anybody got a little spare time to help me out with a little OOP

2008-06-01 Thread Ryan S
Hey! snip Here would be my incarnation of this script ?php $sample_string=From http://www.ezee.se/ The UK police are by far one of the most open to being greedy and corrupted by their afore mentioned greed, case and point: the hundreds of extra speed cameras that are put in place with an idea

Re: [PHP] saving outside website content via php...

2008-06-01 Thread Shawn McKenzie
Gabriel Sosa wrote: why no just save the searhed url in a db field. next time you just need call the iframe with the last or N search anyway if you still want to save all the searched page try using curl http://ar.php.net/manual/en/function.curl-exec.php saludos On Sat, May 31, 2008 at 8:11

Re: [PHP] Anybody got a little spare time to help me out with a little OOP

2008-06-01 Thread Tony Marston
If you want to know what $this- means then take a look at http://www.tonymarston.net/php-mysql/databaseobjects.html Other articles on OOP with PHP are: http://www.tonymarston.net/php-mysql/databaseobjects2.html http://www.tonymarston.net/php-mysql/dateclass.html

Re: [PHP] Anybody got a little spare time to help me out with a little OOP

2008-06-01 Thread Ted Wood
On 1-Jun-08, at 8:15 AM, Ryan S wrote: Thanks for replying, but how and where do I put that into the script? all that this- stuff is confusing Tony Marsten's links seem to be very good, but let me offer you a simpler introduction. Once you can think in an OOP fashion,

Re: [PHP] Anybody got a little spare time to help me out with a little OOP

2008-06-01 Thread Michael Kubler
http://en.wikipedia.org/wiki/Object_oriented_programming I remember having troubles understanding OOP, especially going from Pic Microcontroller assembly to Java, but I found the Wikipedia article helped a lot. I still write in functions, but I understand OO :-) . BTW : Hello list. I just

[PHP] ecommerce data sharing?

2008-06-01 Thread Michael McGlothlin
Does anyone know of a project for sharing ecommerce related data? Such as abstracted order histories so that tables of related items can be built for recommending items? -- Michael McGlothlin Southwest Plumbing Supply smime.p7s Description: S/MIME Cryptographic Signature

Re: [PHP] ecommerce data sharing?

2008-06-01 Thread Richard Heyes
Does anyone know of a project for sharing ecommerce related data? Such as abstracted order histories so that tables of related items can be built for recommending items? Sounds like a huge privacy can of worms and worm related matter. -- Richard Heyes In Cambridge?

Re: [PHP] saving outside website content via php...

2008-06-01 Thread blackwater dev
Yes, but file_get_contents will get me the code which I could then echo back out to the browser but that wouldn't give me any external images, css files or js. On Sun, Jun 1, 2008 at 11:23 AM, Shawn McKenzie [EMAIL PROTECTED] wrote: Gabriel Sosa wrote: why no just save the searhed url in a

[PHP] APC + PHP Problem (apc_fcntl_lock failed: Bad file descriptor)

2008-06-01 Thread Scott McNaught [Synergy 8]
Hello, I am running a production server with APC and php. We recently had a crash where APC bombed out. When it does this, the server serves empty, white pages. Here is what the error_log says. [Mon Jun 2 11:20:36 2008] [apc-error] apc_fcntl_lock failed: Bad file descriptor [Mon Jun 02