RE: [PHP-DB] PHP-Extension for Cego database

2009-06-18 Thread Honey Hassan
GOOD afternon,to alll I am new to php,mysql i want to create user login account in a page please help me ,,, _ Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.

[PHP-DB] Fix your corrupted tables / ibdata1 problem

2009-04-08 Thread Hassan
Dear everyone, I just love list and I think I should share this information on how to fix MySQL tables that are in use and according to the articles: http://articles.techrepublic.com.com/5100-10878_11-5193721.html and

[PHP-DB] Fix your corrupted tables / ibdata1 problem

2009-04-08 Thread Hassan
Dear everyone, I just love list and I think I should share this information on how to fix MySQL tables that are in use and according to the articles: http://articles.techrepublic.com.com/5100-10878_11-5193721.html and

Re: [PHP-DB] Problem with rss-feed generation

2007-06-16 Thread Hassan
I support Neil on this point! But anyway this list has answered many other aspects, so why not some XML? Ruprecht you might like FeedCreator latest stable from here http://www.bitfolge.de/rsscreator it just doesn't generate ATOM 1.0, but all other formats will be readable atleast by IE and

[PHP-DB] Compare a given value with multiple values field

2006-09-16 Thread Hassan
Hi My Best List, I have a field in a table contains 3,31,11,10 (let say tablefield1) and I have a given value which I need to check if it exists in that list. I've tried: SELECT * FROM table WHERE 3 IN ( tablefield1 ); Any ideas? -

Re: [PHP-DB] Compare a given value with multiple values field

2006-09-16 Thread Hassan
this helps you!! Natalie On 9/16/06, Hassan wrote: Hi My Best List, I have a field in a table contains 3,31,11,10 (let say tablefield1) and I have a given value which I need to check if it exists in that list. I've tried: SELECT * FROM table WHERE 3 IN ( tablefield1 ); Any ideas

[PHP-DB] Force Multiviews in vhost.conf of PLESK to allow search-engine friendly URLs

2006-01-25 Thread Hassan
Hi everyone, I know it's pretty off subject but I just couldn't find anywhere on the Web, and it's almost PHP related. I have PLESK 7 Reloaded on my machine and Apache 2 with PHP 4.3.7 I've changed my /home/httpd/vhosts/mydomain.com/conf/vhost.conf to contain Only this statement:

[PHP-DB] mysqldump but exclude one table

2005-06-14 Thread Hassan
Hello everyone, I've a reader for sometime now, the best db list ever got into. Well, I'd like to mysqldump a certain database, but with skipping one table, is it possible? Thanx - Yahoo! Mail Stay connected, organized, and protected. Take

[PHP-DB] php5 busts php4 code

2005-01-20 Thread Hassan Ebrahimi-Nuyken
reporting turned on and nothing comes back/ Data entry integrity was checked with seperate application = OK/ Any hints? I can post code if asked. Thanks, Hassan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] php5 busts php4 code

2005-01-20 Thread Hassan Ebrahimi-Nuyken
would appreciate it. Hassan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] order by group by...

2001-09-16 Thread hassan el forkani
the tree correctly please advise me if i am doing something wrong here, i have tried many combinations without success regards; hassan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-DB] Re: Search Results - Next 10 records

2001-09-03 Thread hassan el forkani
hi ...and to be able to know the exact number of pages do $result = mysql_query(select count(*)); $nb_pages = $result/$nb_records_per_page; et voila! add this to marcus's suggestion and you have a full paging script, if you want some inspiration check out http://phpclasses.upperdesign.com i

[PHP-DB] order by group by...

2001-08-31 Thread hassan el forkani
the tree correctly please advise me if i am doing something wrong here, i have tried many combinations without success regards; hassan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-DB] Getting info from Cookie

2001-08-15 Thread hassan el forkani
$http_cookie_vars['name_of_cookie'] At 09:57 15/08/01, Cato Larsen wrote: Hi! How can you extract a certain form of info from a Cookie? Im my case the cookie name is crispy. It has been stored with a session id and a charnick. How do I extract the charnick and use it in the page as $charnick

Re: [PHP-DB] True and Flase in mysql !!

2001-05-10 Thread hassan el forkani
you could also use a char(0) field in which case you can only have two possible records: NULL and ' ' (empty string) regards 09/05/01 22:42:04, Zak Greant [EMAIL PROTECTED] wrote: Use an enum field. --zak - Original Message - From: DesClub.com [EMAIL PROTECTED] To: [EMAIL