No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I believe this will work for you: http://digitalbush.com/projects/watermark-input-plugin/ Or you can use HTML5: http://davidwalsh.name/html5-placeholder-css
You can store this full Array in your DB table using serialize/unserialize functions of PHP. <?php $array = array( 'id' => 1, 'name' => 'Joe', 'phone' => '24543' ); $serialized_array = serialize($array); // Insert $serialize_array into DB // When pulling it out from the DB you do: $retrieved_array = unserialize($DB_Result->DB_Field_of_Array); …
Hi please help. I use to be on ADSL internet. Changed to Cable internet and loving the speed. I got a Motorola Sb5101 Surfboard Modem(Cable) and was using a DLink DSL G604T Router. I wanna save a bit of money and want to trying hooking both devices up so I …
The End.
LifeSteala