[PHP] Re: Php Help

2008-07-30 Thread Shawn McKenzie
[EMAIL PROTECTED] wrote: I cannot get Php to run on Solaris 10... Here is the error I am getting Trying to run php outside of apache ld.so.1: php: fatal: libldap-2.3.so.0: open failed: No such file or directory With

[PHP] Re: PHP Help

2004-09-03 Thread Torsten Roehr
Conbud [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hey, Im making a site to where I can fill out a form and it adds updates to the main page, but I only want the site to display 5 updates on it, now I know how to make it only show 5 updates, but then that means when a new update

[PHP] Re: PHP help/example for booking program

2003-06-16 Thread Giuliano
Hi Other PHP Users, i am new PHP in the list; i am looking for some code example for a hotel or residence booking program; can someone help me with good tips? some code? i thank you for every help, bye Giuliano -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Re: PHP help/example for booking program

2003-06-16 Thread Noel Wade
PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 16, 2003 7:42 AM Subject: [PHP] Re: PHP help/example for booking program Hi Other PHP Users, i am new PHP in the list; i am looking for some code example for a hotel or residence booking program; can someone help me with good tips? some code

Re: [PHP] Re: PHP help/example for booking program

2003-06-16 Thread Brad Dameron
Try here: http://www.hotscripts.com/PHP/Scripts_and_Programs/ or here: http://php.resourceindex.com/ Enjoy, Brad - Original Message - From: Giuliano [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 16, 2003 7:42 AM Subject: [PHP] Re: PHP help/example for booking program

[PHP] Re:[PHP] Help with classes (oop)

2003-02-03 Thread Daniel Leighton
Hi Leonard, Try this: ? php; class first { var $total; function first($age, $name) { $this-total = $age.$name; } } //main script $obj = new first(35, chris); print $obj-total; ? The problem with what you were doing is that when you

[PHP] Re: PHP help needed

2002-09-11 Thread nicos
Hi, is it a free assistance or a non-free one? -- Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com - Hébergement de sites Internet Michael Plasse [EMAIL PROTECTED] a écrit dans le message de news: [EMAIL PROTECTED] Hello, I need a PHP programmer to assist me with updates to

[PHP] RE:[PHP] Help with mail

2002-05-30 Thread r
What is this? magicians day? I have a dog, can you tell me why he barks sometimes? Show us some code dude, or is it code red classified? There could be a dozen possible reasons but if you show the code you stand a better chance of finding out what the problem is, from me or the other dudes on

Re: [PHP] RE:[PHP] Help with mail

2002-05-30 Thread Ed Gorski
You know why he barks? Tell me! At 08:06 PM 5/30/2002 -0700, r wrote: What is this? magicians day? I have a dog, can you tell me why he barks sometimes? Show us some code dude, or is it code red classified? There could be a dozen possible reasons but if you show the code you stand a better

[PHP] Re:[PHP] HELP ME PLEASE: php not run on IIS 4.0

2002-03-25 Thread Liam
25/03/2002 8:27:51 PM hehehe You could start with loosing IIS, it's bad news. The port of Apache for windows is good, if not, Xitami's also quite good. http://www.apache.org/dist/httpd/binaries/win32/ http://www.xitami.com/ But, no, sorry. I can't help you. Berlina [EMAIL PROTECTED] wrote

[PHP] Re: PHP Help required

2001-12-04 Thread MrBaseball34
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... I would like to know if someone could help create: I was kind looking for someone to help show me the way. Not really to do it all. I was just notified by the league pres. that we do not have the budget to pay for anyone else to perform

[PHP] Re: PHP Help required

2001-12-04 Thread The Big Roach
Eddie, There are some good books to get you started running - literally - with PHP and a database (usually MySQL). I would recommend PHP Fast and Easy (blue cover with red writing). Each chapter focuses on a given task... building tables, then adding to table, then selecting from a table and -

[PHP] Re: PHP Help required

2001-12-04 Thread MrBaseball34
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... Eddie, There are some good books to get you started running - literally - with PHP and a database (usually MySQL). I would recommend PHP Fast and Easy (blue cover with red writing). Each chapter focuses on a given task... building