39,316 Topics

Member Avatar for
Member Avatar for Aamit

Hi, [code] function xyz() { <a href="<?=$rame['img_link']; ?>" ><img src="img/<?=$rame['preview']; ?>" width="<?=$w;?>" height="<?=$h;?>" alt="<?=$rame['name']; ?>" /></a> } [/code] Using function I get image and url suppose image->url=http://www.daniweb.com I want to do like... when user click on this image i want to save count(hit) into database(mysql) How to do this...??

Member Avatar for nav33n
0
79
Member Avatar for madristaa

Hello friends, I am displaying want to display Comments column. It will display the 1,2,3,4,..n where n is the number of application in proposal_application table. The code dispaly the other information with 2 different color for alternate rows. Can you please help me out to display the Comments column. Here …

Member Avatar for pritaeas
0
284
Member Avatar for kevin wood

i am trying to get this code to work but there is something wrong with the array (not to good at these). the main part of the code works it is sending out the email but only ever to one registered user. here is the code i have so far. …

Member Avatar for nav33n
0
1K
Member Avatar for HailttRedskins

I was wondering if anyone could help me out with finding the penguin php code. I've looked all over the place for it, and have had no luck finding it what so ever. The on im talking about is where the penguin is sitting, or maybe hes standing, I forget …

Member Avatar for perpetualstiffy
0
103
Member Avatar for prawin@123

Hi i am new to php, can any of u help me, I am storing details such as name , address, email id, phone no, fax no and all. and i am creating edit form to edit those details , i am returns almost all values except address and select …

Member Avatar for prawin@123
0
103
Member Avatar for rouse

I am looking for a PHP tutorial or a script to write a small email contact form in OOP not the procedural method. I would like to use the mail server connected to my hosting services as opposed to sending it through Google. Thanks! WBR

Member Avatar for rouse
0
56
Member Avatar for babyfrostie

hello, how can I display a data (ex. course) in a drop-down list whenever I add a data? thanks!

Member Avatar for ahmksssv
0
96
Member Avatar for ash_85

I can encrypt with ENCRYPT ------------ $pass = $_POST['sort_code']; $query = "INSERT INTO customer(sort_code) VALUES (AES_ENCRYPT($pass,'key'))"; the above code take a value from form and puts in the database as encrypted value. The field type of the sort_code in my database was varchar but now i have changed to BLOB. …

Member Avatar for ash_85
0
88
Member Avatar for rajeesh_rsn

Hi I had a php page with some datas. When a visitor visit this page I need to show a div until the page loads completely... I tried many but cant.... Please any one help me with right idea or a bit of script ...... Thank you for your time …

Member Avatar for rajeesh_rsn
0
116
Member Avatar for madristaa

Hello friends, I am displaying the comments suggested by 4 faculty members for each student. I want displaying three columns. Let me start with the second column first, which displays the Faculty 1, faculty 2, faculty 3, faculty 4. The third row display respectively comments given by faculty. Ok. Now …

Member Avatar for madristaa
0
108
Member Avatar for theimben

Im trying to detect the format of an image. But I get a parse error [PHP]<?php $filename = 'http://static.php.net/www.php.net/images/php.gif'; $file = fopen($filename, 'rb'); $size = getimagesize($file); switch ($size['mime']) { case "IMAGETYPE_GIF": echo "Image is a gif"; break; case "IMAGETYPE_JPEG": echo "Image is a jpeg"; break; case "IMAGETYPE_PNG": echo "Image is …

Member Avatar for pritaeas
0
72
Member Avatar for valsaraj

mktime() not working for 04/06/2111. Which is the reliable alternative?

Member Avatar for mschroeder
0
110
Member Avatar for EdTheUniqueGeek

Hello. I am completely new to web development but want to learn PHP. I am currently a Sys Admin working in a Windows environment but I am very familiar with Linux OS server platforms also having built and run both a Windows and Linux web, MS SQL, and MySQL servers. …

Member Avatar for EdTheUniqueGeek
0
111
Member Avatar for Bob Arctor

Hello, I have this snippet of code to echo out the "mailer_id" with the largest value - [CODE]<?php $result = mysql_query('SELECT MAX(mailer_id) FROM mailer_directory')or exit(mysql_error()); echo 'the max mailer_id is ' . mysql_result($result, 0); ?>[/CODE] My question is how do I echo out the corresponding email value for that field …

Member Avatar for Bob Arctor
0
107
Member Avatar for johnkhan

I'm not very good at MySQL stuff, so I need a little help with a problem I'm having. I'm trying to make a script that will open up a text file and print the contents of the list onto the screen. Additionally I wanted the contents of the file (a.k.a. …

Member Avatar for ahmksssv
0
87
Member Avatar for johnkhan

Hey Guys, I'm hoping to have a form where someone can enter a url to download a file only my net connection has access to, then it will use php/wget/curl to download that file and save it on the webserver. E.g, they enter [url]www.blah.com/pic.jpg[/url] and it will download and save …

0
63
Member Avatar for johnkhan

I would like to remove and add the following to an auction script I own and I was hoping somoen or a bunch of people could possibly help me do this. I feel this information isn't need for what I'm trying to do with the script. Alright I was looking …

0
63
Member Avatar for sreya.n

Hi all, I want to store some values in an array with the elements id and parent like array(id,parent).And i want to display the values in a tree structure. How will i do this using php? Any body knows this?If so please do reply. Thanx in advance... :-)

Member Avatar for sreya.n
0
89
Member Avatar for samaybhavsar

HI All, I want to make my own chat system, something similar to HCL, CrafySyntax. To start with I have some questions. 1) When does a session ends ? 2) How do I get to know on the server end if the session has ended ? 3) How will I …

0
43
Member Avatar for shasha821110

Hi, all. Really new on php!! I want to implement one function which could get the price depending on different size and calculate the total price. So i made foo.php and bar.php. Which people could choose the size and the price in foo.php and want to pass which they choose …

Member Avatar for Monalisaparker
0
153
Member Avatar for jeena1

Hello, I have a small login script written in PHP, everything in that regard is written. The Login is in one frame on top. However, when the user logs in I want another frame to display a set of links only available to those logged in. How can I do …

0
52
Member Avatar for EmperorDass

This is an error message i get, [B]Warning: get_meta_tags([url]http://www.fashionworld.co.uk/[/url]) [function.get-meta-tags]: failed to open stream: HTTP request failed! HTTP/1.1 500 Document follows in /home/skmehta/public_html/test/show_booked_1.php on line 671[/B] i am designing a website where the user can save the URL's of the webpage they like most with some pictures from that webpage …

Member Avatar for EmperorDass
0
677
Member Avatar for alexgv14

I have a .htaccess file which forwards non www request to www [code] Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^mysite.com [NC] RewriteRule ^(.*)$ http://www.mysite.com/$1 [L,R=301] [/code] However, I have a problem if i were to put into the url mysite.com/test.php it will not forward to the www site. Any help …

Member Avatar for Shanti C
0
310
Member Avatar for bchand25

hi this is chandu.....i realy in a mess...plz do help...i just want to know how to begin within order to create quiz software using php.........plz explain in brief...plz plz....

Member Avatar for SunnyY
0
148
Member Avatar for Merlin33069

Hello Daniweb community firstly i would like to thank you for reading this So i am working on a server for a friend of mine, and i am fairly new to PHP, the server is at ambience.selfip.org site is going fairly good so far, i went through a few ideas, …

Member Avatar for Merlin33069
0
90
Member Avatar for shasha821110

Hi, all i want to have the "add to cart" function in my website which use session function: Well basically the cart is mostly like others website cart: remember which have already been added and could add something more Assume i have class.php, A.php and B.php In my A.php [CODE=php]<?php …

Member Avatar for shasha821110
0
90
Member Avatar for vaideesh4u

Hi friends, I have one save button in my html page and as soon as i click that button the html/static page should be saved with .doc extension. As of now i want only the text in the html page to be saved as word document. But if possible suggest …

Member Avatar for FlashCreations
0
112
Member Avatar for achiman

please how can i create a form with three drop down list menu and when submit button is clicked it return a result depending on the choice made from the drop down menu

Member Avatar for almostbob
0
74
Member Avatar for etc123

Any body knows how to page a search engine i made? i used mysql and php to construct it.

Member Avatar for pritaeas
0
91
Member Avatar for jeffc418

Hi everyone! I really love this forum, it's by far the best coding forum I've been to. I have been attempting form validation and login security for about a month now, and I made the mistake of using all JavaScript for validation (though my site requires JavaScript...sooo I could always …

Member Avatar for mschroeder
0
211

The End.