Recent content by Rami

  1. R

    Philips Landline cordless phones?

    Hi there i had a gift frm my friend a wonderful philips landline cordless phone twin set!! i can do the basic settings for tis phone but unfortunately i cudn't change some settings since the guide book is in french & dutch language ( since my friend bought tat frm France )!! Well somehow i...
  2. R

    Blogger design and widgets question?

    ok, now you know in some tv channels like CNN and such there is this line in the buttom , where you see all the news passing through the screen , ive seen this is some websites , is there a way to do it in blogger ? and how?
  3. R

    getting mysql error msg in php?

    well its simple i had something like this $sql="select noSuchField from a table"; usually in mysql you get no such field in a table : something like that i want to get this message using mysqli
  4. R

    temporary tables mysql and php?

    <?php $l=mysql_connect('localhost','root','aaaa') or die('can\'t connect'); mysql_select_db('test', $l); mysql_query('create temporary table cccc(id int);'); mysql_query('insert into cccc values(5),(5),(5),(5),(5);'); $r=mysql_query("select * from cccc"); while($w=mysql_fetch_array($r)){ echo...
  5. R

    a php question about files?

    in reading a directory what does this statement means if($file != '..' && $file != '.' )
  6. R

    why php vc9 is working fine with apache?

    http://www.websiteadministrator.com.au/articles/install_guides/installing_php535_pg2.html but this did not answer why php vc9 is working fine with Apache i downloaded and installed this c++ runtime and i could not answer why?
  7. R

    Install FF7 on my Android phone!?

    I want to know how to install the final fantasy 7 on my android phone. I have download a "scph1001.bin" file but after that i can'y figure what to do Any help plz I have installed "PSX4droid"
  8. R

    Installing Final Fantasy 7 on my Android phone?

    Install FF7 on my Android phone!? I want to know how to install the final fantasy 7 on my android phone. I have download a "scph1001.bin" file but after that i can'y figure what to do Any help plz I need more informations about how we install it and where i can find all the necessary files for...
  9. R

    What would you choose php vc6 or vc9 and why?

    it my first time to try such a thing and yes i am scared
  10. R

    simple html questiob <a> and lidt?

    <a href.... <a href.... <a href.... <a href.... <a href.... -or- <li> <a href... </li> <li> <a href... </li> <li> <a href... </li> <li> <a href... </li> <li> <a href... </li> on the web i keep seeing the second form mentioned however we can css <a> without the need of li wrapping then why its...
  11. R

    I need a good introduction for my self assessment "final assignment"?

    I have to write about how I developed my skills in terms of reading and writing in the literacy class in high school. So can anyone help me to write a good introduction for it??? Like in general!!!! :)
  12. R

    Can a sim card work on a LG Optimus GT540 Unlocked for a t-mobile pre paid?

    can i use my sim card from tmobile (preaid) on a lg optimus g??????
  13. R

    html and xhtml dynamic components?

    well in html we say <img...............................> which is fine in xhtml we say <img............................... /> which is fine the question is when using JavaScript to append one of those self closing tags it doses not add / to the end and that would be illegal in xhtml
  14. R

    regexp expression prefix?

    javascript str 'a=5 b=4 c=9'; i want a regex that display 4 regarding b without matching b <!DOCTYPE html> <html> <head> <style type="text/css"> u{ color:red; font-waight:bold; } </style> </head> <body> <script type="text/javascript"><!-- var str='a=1 b=2 c=3'; var reg=/(b=)\d/g...
  15. R

    Where to find "HF-S body Kit" for Honda Accord coup 2008?

    basically, am searching for the HF-S body kit to the 2008 accord coup but i couldn't find it anywhere. pleas if anyone can tell me where i can find the kit, or any similar body kit.
Back
Top