[PHP-DB] test, pls del

2002-01-03 Thread louie miranda
test -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DB] php+mysql simple query help me pls! ty.

2002-01-03 Thread louie miranda
Hi, can someone help me here! :( I can't query the data on my sql from php. db is fine, i couldnt see the prob in php! pls help, ty. # MSQL ### mysql desc members; +--+-+--+-+-++ | Field

[PHP-DB] Re: [PHP] php+mysql simple query help me pls! ty.

2002-01-03 Thread louie miranda
yes, i forgot something, this = mysql_select_db(mydb,$db); i did not specify my db name. thanks :) louie - Original Message - From: Rick Emery [EMAIL PROTECTED] To: 'louie miranda' [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, January 04, 2002 4:06 AM

Re: [PHP-DB] Re: [PHP] php+mysql simple query help me pls! ty.

2002-01-03 Thread louie miranda
yes, but anyway it work. :) ty.. - Original Message - From: Rick Emery [EMAIL PROTECTED] To: 'louie miranda' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, January 04, 2002 4:26 AM Subject: RE: [PHP-DB] Re: [PHP] php+mysql simple query help me pls! ty. Specifying this doesn't

Re: [PHP-DB] printing php variable into html print $result; ?

2002-01-03 Thread louie miranda
Oh YEAH!! it work!! YEHEY!! yahoo!!! thanks rick! =) louie - Original Message - From: Rick Emery [EMAIL PROTECTED] To: 'louie miranda' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, January 04, 2002 4:51 AM Subject: RE: [PHP-DB] printing php variable into html print $result

[PHP-DB] printing php variable into html print $result; ?

2002-01-03 Thread louie miranda
Hi, is it possible to print the sql query? i mean i want to print the output of the command SELECT * FROM members; and output it into html, i tried print $result; -- it gives me different output.. Resource id #2 ty, louie... # PHP SCRIPT ### html

[PHP-DB] match

2002-01-04 Thread louie miranda
Hi is it possible to match a certain string when a user submit's a form I mean, ex: i put pre on a form field, and php will match it and example deny it, oh well.. im new sorry.. :) thank you mysql_query (INSERT INTO members (ircname, email, realname, asl, info) VALUES

[PHP-DB] Listing select * from table; on PHP

2002-01-09 Thread louie miranda
?php mysql_connect ('dbhost','user','pass'); mysql_select_db ('db'); $ircname2 = htmlspecialchars($ircname); mysql_query (select ircname from members); print ($ircname2); ? -- Hi, i have tried this php script to view my table db, but when i browse it over the net i couldn't see

[PHP-DB] Including a file using php //

2002-01-15 Thread louie miranda
Hi, I was trying to include a url file on another server but could't make this to work. It displays nothing actually.. ?php $retvalue = include('http://192.168.129.103/noc/chikkaps.txt'); echo $retvalue; ? Can someone help me please? thanks, louie... -- PHP Database Mailing List

[PHP-DB] sql query, editing?

2004-01-15 Thread Louie Miranda
; while ($row = @ mysql_fetch_row($result)) { echo \ntr; foreach($row as $data) echo \n\ttd $data /td; echo \n/tr; } echo \n/table; } display($result); ## code ## -- - Louie Miranda http://www.axishift.com -- PHP Database Mailing

[PHP-DB] Can i add mysql_array into a session?

2004-02-01 Thread Louie Miranda
']; print(tha href=\p_edit.php?PUBLN_NUM= . $product_code1 . \edit/a/thth . $product_code2 . /thth . $title . /thth . $language . /thth . $issue . /thth . $category . /thth . $cost . /th); echo \n/tr; } #code### -- - Louie Miranda http://www.axishift.com -- PHP Database Mailing List

Re: [PHP-DB] Can i add mysql_array into a session?

2004-02-02 Thread Louie Miranda
this: a href=\p_edit.php?PUBLN= . $row['product_code'] . TITLE= . $title . LANG= . $language . ISSUE= . $issue . CATEG= . $category . COST= . $cost . \edit/a Solved. -- - Louie Miranda http://www.axishift.com - Original Message - From: Lars Jedinski [EMAIL PROTECTED] To: 'Louie Miranda

[PHP-DB] writing foreign language chars from php5 to db (mysql4)

2005-08-14 Thread Louie Miranda
to convert it to something? Im testing it my phpmyadmin, and phpmyadmin can insert it with the correct values and characters. How come on my code it does not. -- Louie Miranda http://www.axishift.com -- under development

[PHP-DB] Re: writing foreign language chars from php5 to db (mysql4)

2005-08-15 Thread Louie Miranda
Help! On 8/15/05, Louie Miranda [EMAIL PROTECTED] wrote: Does anybody knows how to insert a foreign lang. char into php5 to mysql4? languages, ex: - japanese (jis) - german (de) I now know, how to display it properly on a website using meta tags. ex: meta http-equiv=Content-Type