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

2005-08-14 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.

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

2005-08-14 Thread Louie Miranda
mething? 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

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

2004-02-02 Thread Louie Miranda
this: edit Solved. -- - Louie Miranda http://www.axishift.com - Original Message - From: "Lars Jedinski" <[EMAIL PROTECTED]> To: "'Louie Miranda'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, February 02, 2004 2:28 PM Subject: A

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

2004-02-01 Thread Louie Miranda
;]; $category = $row['category']; $cost= $row['cost']; print("edit" . $product_code2 . "" . $title . "" . $language . "" . $issue . "" . $category . "" . $cost . ""); echo "\n"; } #code### -- - Louie Miranda http://www.axishift.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] sql query, editing?

2004-01-15 Thread Louie Miranda
"\n"; while ($row = @ mysql_fetch_row($result)) { echo "\n"; foreach($row as $data) echo "\n\t $data "; echo "\n"; } echo "\n"; } display($result); ## code ## -- - Louie Miranda http://www.axishift.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[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.. http://192.168.129.103/noc/chikkaps.txt'); echo $retvalue; ?> Can someone help me please? thanks, louie... -- PHP Database Mailing List (http://www.php.net/) To unsub

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

2002-01-09 Thread louie miranda
-- Hi, i have tried this php script to view my table db, but when i browse it over the net i couldn't see anything just plain blank page. Hm, Can u help me make this show tables over on php and post it over. thanks, louie... -- PHP Database Mailing List (http://www.php.net/) To

[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 "" 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 ('$ircname','$email','$rea

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 Subje

[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 ###

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 si

[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 PROTE

[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] 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]