[php-list] Join This PHP User Group :: phpResource

2006-06-07 Thread Rupom
Hi, phpResource is an innovative PHP User Group where PHP programmers can find all PHP related information.phpResource targets to make itself a store-house of PHP related resources. Please join and contribute here. Join : http://groups.yahoo.com/group/phpresource/ Thanks and Regards, MA Razzaque

[php-list] Freelance Work

2006-06-07 Thread star moon
Hi All, If Anybody want to outsource web development work please contact me. Thanks. Lily - Yahoo! India Answers: Share what you know. Learn something new Click here Send free SMS to your Friend

Re: [php-list] Freelance Work

2006-06-07 Thread Ahmad
Hi! What are your fields of expertise? And what are your terms and conditions? Regards star moon <[EMAIL PROTECTED]> wrote: Hi All, If Anybody want to outsource web development work please contact me. Thanks. Lily - Yahoo! In

[php-list] Stored Procedures in PHP

2006-06-07 Thread girish umanandan
Hi, I am working on a PHP 5, MySQL 5 site. Any one please tell me how to implement the stored procedures in php. I have no idea about where to write etc... By Girish __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best s

[php-list] RE: Re: New Yahoo! Email format

2006-06-07 Thread Marc Boncz
Hi all, Seems something has changed. And I like it. The digests are now tread-aware, and one has to click a link in the message you reply to to reply to a digest to make that work. A simple 'reply' doesn't work anymore. Messages in the digest are now sorted as well. However... > > 3) The new for

[php-list] eregi error

2006-06-07 Thread nickwalsh.rm
Hello, I've been receiving errors in a PHP script since my webhosts did an upgrade of PHP to 4.4.2. Here's an excerpt of the script and the errors I receive: /* require_once ("includes/config.inc"); $page_title = 'Urban Decay Music - Register'; if (isset($HTTP_POST_VARS[Submit])) { $email =

Re: [php-list] eregi error

2006-06-07 Thread James Keeline
--- "nickwalsh.rm" <[EMAIL PROTECTED]> wrote: > I've been receiving errors in a PHP script since my webhosts did an > upgrade of PHP to 4.4.2. Here's an excerpt of the script and the > errors I receive: > > /* > require_once ("includes/config.inc"); > > $page_title = 'Urban Decay Music - Regi

Re: [php-list] Stored Procedures in PHP

2006-06-07 Thread Brian Cummiskey
girish umanandan wrote: > > > Hi, > > I am working on a PHP 5, MySQL 5 site. Any one please tell me how to > implement the stored procedures in php. > > I have no idea about where to write etc... $sql = "CALL your_proc_name()"; $query_result = mysql_query($sql, $connection); //loop through

Re: [php-list] Freelance Work

2006-06-07 Thread Bob Sawyer
Please take this conversation off-list. -Bob --- Ahmad <[EMAIL PROTECTED]> wrote: > Hi! > What are your fields of expertise? And what are your terms and > conditions? > __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam p

Re: [php-list] Stored Procedures in PHP

2006-06-07 Thread girish umanandan
HI, Thanks for your reply. my PHP Version is 5.1.4 and MySQL is 5.0.21 and phpMyAdmin is 2.8.1. When i try create a procedure like delimiter // CREATE PROCEDURE girish (OUT param1 INT) BEGIN SELECT COUNT(*) INTO param1 FROM CHARACTER_SETS; END // through phpmyadmin, it i