Search results

  1. G

    How to copy/store an image from mysql database stored as longblob?

    I need to retrieve an image from mysql database, where it is already stored as longblob format pls help me
  2. G

    Where do i find Rich Text Editor for my web page developed in PHP?

    I need RTE which can be embedded into my web page ... Pls give me some links... i already tried FCKedit but i dont know how to embed it into my page... give me some code to do that... pls..
  3. G

    how to create thumbnail from image in mysql php?

    Greetings to all.. Am trying to create a thumbnail from image stored in mysql database.. this is my coding for creating thumbnail.. <?php // Place the code to connect your Database here // DATABASE CONNECTION include('config.php'); $id = $_GET['id']; // Check if ID exists...
  4. G

    how to create a progress bar for php file upload?

    I know how to upload a file in php.. But now i need a progress bar for uploading the file.. Anyone please help with code.. Thanks in advance..
  5. G

    how to pass the php variable into javascript?

    i have php variable which has to be passed inside the javascript... this is my code.. <ul class="frnd_lst"> <?php for($i=1; $i<11; $i=$i+1) { ?> <li id="color" class="frnd_lst_li" onmouseover="color_in()" onmouseout="color_out()"> <div align="left" style="float:left; margin:5px;"><a...
  6. G

    How to combine more than one php files as one php file?

    I have 3 php file fore uploading an image in to mysql database.. 3 file are 1.test_image.php as form file.. 2.test_image_createdb.php for uploading image into the database 3.test_viewer.php for viewing the uploaded image. Now i want to club all these files together, and show as one file, which...
  7. G

    how to show an image within a div?

    Show image on div php codes actually am retrieving image from the database and trying to show within an div tag.. i used <img src="<?php Print $a ?>" width="100" height="100" /> which doesnt work.. Pls Help me <?php header('Content-Type: image/jpg'); define('MYSQL_USER', 'root')...
  8. G

    how to show an image within a div?

    Show image on div php codes actually am retrieving image from the database and trying to show within an div tag.. i used <img src="<?php Print $a ?>" width="100" height="100" /> which doesnt work.. Pls Help me <?php header('Content-Type: image/jpg'); define('MYSQL_USER', 'root')...
  9. G

    My son is 5 yr old & complained of tooth ache. 3 doctors advised root canal on two

    teeth. I am unsure of cost.? One hospital put this at 15000 and another at 12000. Is it really this expensive? (They have to administer general anasthesia) Please suggest reasonable places in Chennai.
Back
Top