|
How to recognize which 'case' is being echoed by switch statement Hi, This is my first time using php in my site navigation, I have the code for all the pages in one file and I am using the switch statement to change between them. This is working great but I am now trying to change the css id of the current page's navbar link. How do I get my script to recognize which... 22 Feb 2008 11:12
sms hello, i need to send sms form my web to cell phone & also sms form cell to my web.if u hav any resource about this tropic plz know me ... 21 Feb 2008 13:47
Retreving X, Y, Z from the Geometry column in oracle10g You'll need an oracle - oci8 expert for this. A little googling told me that in order to use user defined data types (and i guess enhanced build in data types as GEOMETRY too) you will need oci8 functions (http://bugs.php.net/bug.php?id=39887), specifically the function bind_array_by_name() (http://usphp.com/... 20 Feb 2008 15:07
Retreving X, Y, Z from the Geometry column in oracle 10g Dear all , I am stick since 2 days at the same point, I am using 10g, PHP my problem now is how to fecth the X, Y , z coordinates from the geometry column to view it on my web page, i don't understand the (SDO_ORDINATES), what is its type & how i can deal with it. my simple code is: $conn=oci_connect('User','pass'... 20 Feb 2008 04:28
Best ORM? On Feb 19, 2008 5:46 PM, D Unit <dthompso(a)email.arizona.edu> wrote: Hi, I have an existing database and an existing set of classes. As my code base is growing, manually writing SQL to map between the two is getting old. My classes/database do not match up ActiveRecord style. Which is the best ORM f... 21 Feb 2008 21:59
[PHP-DB] Best ORM? Hi, I have an existing database and an existing set of classes. As my code base is growing, manually writing SQL to map between the two is getting old. My classes/database do not match up ActiveRecord style. Which is the best ORM for mapping between the two? Thanks -- View this message in context: http://... 19 Feb 2008 18:02
Uploading Image using PHP and mySQL Hi All, First of all A very big thank you to all of you for solving my Password() encryption problem. Now I'm stuck on new problem which is image not uploading. I'm using the following code. Regards Nasreen <?php include ("header.php"); include ("dbconnect.php"); $submit=$_REQUEST["su... 19 Feb 2008 10:47
Automatted Newsletter Hi All, Is there any way of sending an automatic email which gets data from database? Regards Nasreen ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs... 18 Feb 2008 19:23
Uploading Image using PHP and mySQL Hi All, First of all A very big thank you to all of you for solving my Password() encryption problem. Now I'm stuck on new problem which is image not uploading. I'm using the following code. Regards Nasreen <?php include ("header.php"); include ("dbconnect.php"); $submit=$_REQUEST["submit"] ... 18 Feb 2008 18:52
Importing CSV files to MySql Db issue. Chris Carter wrote: Is there something that has changed in the new MySql DB ? What new mysql? Has your host upgraded your database version or something? Mysql won't change the interface between versions except to improve it. I am trying to upload a data like this from my CSV file to a table through CSV... 17 Feb 2008 23:58 |