First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Is this Code Correct??
Hi All, I want to link the actual file when the result is displayed. url = actual MP3 location Name = Name of the MP3 Here is the code that I want to link with: echo "Name: ".<a herf='$url'>.$runrows['name']; Is above code is correct ?? Best, -- Guru Prasad Ubuntu Voice GTK+ Forum ... 11 Feb 2010 09:26
upload multiple files and rename wih time()
Hello php fellows, I have two codes to upload multiple files, works very well, but I cant rename the files... really i dont know... CODE1: $uploadfile = $uploaddir . basename($_FILES[fotog][name][$key]); if (is_uploaded_file($_FILES['fotog']['tmp_name'][$key])) { ... 7 Feb 2010 18:44
Cross reference query help
The following is a query I am working on today. I need help tweaking on it. What I am trying to get for results from the query are where there are rows in either table, not all 3 tables linked together. In other words I am trying to INNER JOIN these two pairs of tables for possible results: `store_product... 7 Feb 2010 22:02
php, session_set_save_handler & disappearing session vars
I have used session classes before and am at a loss as to why I cannot for the life of me get this to work... Any help is appreciated. I might just be confused with the database connection handles in order to pull and store session information as there was some information posted on php.net referencing some ch... 4 Feb 2010 14:37
Need help with linking
Hi All, I have created a search engine for MP3 with mysql database. Now I want to connect each search result with its respective info page which will consist with name of the artist, size, year, and so on. Dose anyone knows how to do it? I did created few static pages with all these info. But its impossible to c... 3 Feb 2010 16:18
Fwd: [PHP-DB] Storing images
---------- Forwarded message ---------- From: Gunawan Wibisono <landavia81(a)gmail.com> Date: Wed, Feb 3, 2010 at 3:02 PM Subject: Re: [PHP-DB] Storing images To: Karl DeSaulniers <karl(a)designdrumm.com> u can do that... but i suggest you not put image to table since there a limit in table i found 800kb the m... 3 Feb 2010 03:59
Storing images
Hello List, Forgive me if this is a noob question, but is it possible to fill a database table with actual image data, IE a jpeg? And then call that data to display the image? Or is it better to just reference it stored on the server somewhere and just put the url in the database? Thanks, Karl DeSaulnier... 3 Feb 2010 11:44
PHP Help with pagination
Hey nagendra, I tried to post this a while ago, but it may be too long for the list. <?php if ($Submit) { // perform search only if correct form was entered. $db = mysql_connect ($Host, $User, $Password); mysql_select_db ($DBName) or die ("Cannot connect to database"); //check if the starting row var... 2 Feb 2010 17:46
Need Help
Hi, I have a database of MP3 and I have designed a PHP-Mysql search engine. I want to break it down in pages like Google dose. What I mean is when I search for a song it will show me some 100 song list but I want 20 songs per page. So, is their any trick to do it? Best, -- Guru Prasad Ubuntu Voice GTK+... 2 Feb 2010 17:46
FW: Oracle Finalizes Acquisition of Sun
To ensure delivery directly to your inbox please add replies(a)oracle-mail.com to your address book today. Oracle Corporation <http://www.oracle.com/dm/global_images/oracle_white2.gif> <http://www.oracle.com/dm/10h2corp/o_sun_redbox_clr.gif> We are pleased to announce that Oracle has completed its a... 2 Feb 2010 17:46
First  |  Prev |  Next  |  Last
Pages: 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17