39,320 Topics

Member Avatar for
Member Avatar for htcorp
Member Avatar for miguelp
0
61
Member Avatar for shadowrider

how to solve prob the im displaying email by database and now when i click it it shuld open the hotmail or outlook page how to code it urgent

Member Avatar for miguelp
0
50
Member Avatar for CelestialDog

Hi guys, I've been searching around trying to find a solution to this problem. Basically I wrote a simple php script to create an xml file of the information thats passed to it. Testing it locally works without a problem, but when I upload it to my web space I …

Member Avatar for CelestialDog
0
88
Member Avatar for lordx78

I wanted to how do we upload an image path(url) into the MySql database and call it through PHP. Do we use the BLOB function, if yes, then how? I don't want to upload the image itself as it will burden the database. Please Advise.* * Any Tutorials, videos, article, …

Member Avatar for lordx78
0
137
Member Avatar for mav140

Hi, I would like some help please. I have made a contact form on Flash and called on a PHP file to send the form through mail. When I receive the e-mail, it is all messed up with HTML tags of the text formatting everywhere... Even in the "From" and …

Member Avatar for miguelp
0
169
Member Avatar for aravindkishore

Hi all, I struck at one of my projects where I have to convert uploaded video files into flash files.I am not getting proper idea how this get it done.Please help me in this regards. Thank you, Aravind.

Member Avatar for Mashka
0
90
Member Avatar for rudevils

Hi all, i know a lil bit PHP and im trying to use AJAX in my PHP script can u tell me where the good resources/tutorial to start learning this thing :?: Thx before

Member Avatar for rudevils
0
102
Member Avatar for sheze11

I need to know that, how can i embed the live rates for international stocks on customised charts. Is there any freeware charting application or i have to buy this full customizable charting application. If i have to buy , do you know about any charting application, please provide me …

Member Avatar for JRSofty
0
75
Member Avatar for zanzo

hello, i have a serious problem :S i have 4 pages 1st page: user enters his first, middle and last name. + a submit button to the 2nd page 2nd page: he enters his Gender, Age and Marital status. + a submit button to the 3rd page 3rd page: Address, …

Member Avatar for zanzo
0
128
Member Avatar for Nitefly

Hey, There was a tutorial on this problem I have now but I have lost the link so I am hoping someone here could help :D Basically, I am looking for the code that you basically use as a replacement for iFrames. For example, the URL would be [url]www.mysite.com/index.php?page=PAGENAME[/url] and …

Member Avatar for kamaster
0
135
Member Avatar for kishou

what's wrong with this code? it works fine except when i download the file there's nothing in the file and i've tried removing the unlink. [CODE]$F = fopen("filename","w"); fwrite($F,"blah"); fclose($F); header('Content-Disposition: attachment; filename=title'); unlink("filename"); [/CODE]

Member Avatar for nav33n
0
75
Member Avatar for jjasoningram
Member Avatar for jjasoningram

I continue to get the following error when running the my php script. PHP Parse error: syntax error, unexpected T_STRING, expecting ']' in /hermes/bosweb/web171/b1716/sl.c2cadmin/C2C/php/processform.php on line 174 Any insight on this would be greatly appreciated. Here is the script: <?php /* Program name: processform.php * Description: Program checks all the …

Member Avatar for JRSofty
0
101
Member Avatar for somedude3488

Hello, I am thinking of creating a php game in my spare time. Any ideas on what the game should be?

Member Avatar for Riscx
0
114
Member Avatar for bornok15

Im studying how to integrate Classes in php pages. anyone who has an idea on how i can come up with this? That i would just have objects.. is it possible?

Member Avatar for bornok15
0
130
Member Avatar for eparse

Hi, i'd some requests for my PHP, can anyone guide me? Q1: Any upload server can be used so that i can test my upload.php? My currently used web hosting may need permission. Q2: using <? session_start(); .....?> at every page and assign [code]$_SESSION['name']=$_POST['name'];[/code]. and at the second page it …

Member Avatar for nav33n
0
73
Member Avatar for ryy705

Hello, I recently signed up with a free hosting provider(apache, mysql, php). When I login through ftp, I go to my root directory which is web accessible. So where do I hide the files that I don't want to be accessed through the web? Such as database connection files, user …

Member Avatar for Auzzie
0
132
Member Avatar for lordx78

[code=php] <?php //echo "You have been successfully logged out. echo "You have been Successfully logged out.<br><br> <img src='../images/goodByeC2.png'/> You will now be returned to the Main page. "; ?> [/code] Why line 4 is not working, please advise.

Member Avatar for lordx78
0
73
Member Avatar for lordx78

[code=php] <table align="left" style="width: 764px"> <tr> <td> <?php $con =mysql_connect("localhost","root",""); mysql_select_db("administration",$con); $list=mysql_query("SELECT * FROM cycles"); echo "<table border=1>"; echo "<tr>" ; echo "<td align=center style='color:red'>CID</td>"; echo "<td align=center style='color:green'>Brand</td>"; echo "<td align=center style='color:red'>Type</td>"; echo "<td align=center style='color:green'>Style</td>"; echo "<td align=center style='color:red'>Model</td>"; echo "<td align=center style='color:green'>Gear No</td>"; echo "<td align=center style='color:red'>Frame</td>"; …

Member Avatar for lordx78
0
105
Member Avatar for eparse

hi for all the PHP experts here, i have couple of questions that keeps me feel frustrating.. first of all, may i know how to insert a link within PHP echo? for example, i have a function which is used to validate the username, if the username is incorrect, i …

Member Avatar for eparse
0
223
Member Avatar for jino

Dear all, I have a string array “$query_string1” having the value (reg_personal.personal_sex=’Male’) I want to pass this value through the URL for the use of pagination.. For that I used the command “<a href='{$_SERVER['PHP_SELF']}?pageno=1&query_string=$query_string1'>First</a> When I am clicking on the Link First the passed query string contains only “Reg_personal.personal_sex=” It …

Member Avatar for miguelp
0
139
Member Avatar for Nishada

Now I'm editing a PHP contact form to get visitor's comments to my e-mail. 03 fields are there as Name, E-mail and message. If visitor fill the e-mail field as yahoo.com or hotmail and any other famous mail server addresses, I can't receive that comment. Please give me instructions to …

Member Avatar for silviuks
0
60
Member Avatar for lydia21

hi i want to attach documents with the email.i have a field in my db which contains the path where the file is stored.when the user want a particular doc ....i want it to fetch from the database and send it to their email address..................

Member Avatar for lydia21
0
158
Member Avatar for zachawp

Hello, I am trying to protect some files from anyone typing in the url and being able to view them. Particularly FLV files. So I have placed them in a directory one level up from web access. However, now I can't use my flash player to access them since they …

Member Avatar for ryan_vietnow
0
62
Member Avatar for littlegreen

Hi all, I'm having the problem while using the [URL="http://24ways.org/2005/edit-in-place-with-ajax"]edit-in-place scripts [/URL] from internet. It's ok when i just used for one text id, but after i added a while loop because of multiple items and it become only the 1st text id content works. So below here i post …

Member Avatar for littlegreen
0
211
Member Avatar for lordx78

[code=php] <?php // connect to database include("inc/connect.php"); // include auth and nav include("inc/auth.php"); // begin content //include("inc/nav.php"); // close mysql connection //mysql_close(); // Check if the form has been submitted. if (isset($_POST['Submit'])) { //require_once ('mysql_connect.php'); // Connect to the db. $errors = array(); // Initialize error array. // Check for …

Member Avatar for lordx78
0
77
Member Avatar for Katerinka

hi all! i want to advice you very good tool its mp4Mobile >link snipped<! very helpfull prog,works with all common video formats...so you can simple put your video into your ipod iphone mobile psp!and has demo without timelimit!so you can use it for free! if you have questions plz ask …

Member Avatar for Mashka
-2
100
Member Avatar for sanch3za
Member Avatar for silviuks
0
65
Member Avatar for sanch3za

list of first drop down menu get from database mysql, and list of second drop down menu is according category what first drop down menu select. example case: we have two drop down menu. first list (funny, action,drama). when i select funny, list of second drop down menu dinamically display …

Member Avatar for silviuks
0
73
Member Avatar for jino

Dear all,, As i used to display pagination along with searching the script work first time correctly and When i try to see the first or previous page this error message is occuring... What is the error in this ... Second Query= SELECT SQL_CALC_FOUND_ROWS * FROM reg_personal inner join reg_english_level …

Member Avatar for jino
0
71

The End.