39,392 Topics
![]() | |
I'm working on MLM script i.e. Auto filling nodes, how to display empty tree node images and replace them with filled images by fetching matching record using PHP Mysql. Please refer to the following screen shot. [url=http://www.freeimagehosting.net/][img]http://www.freeimagehosting.net/uploads/bb2140a87c.jpg[/img][/url] thanks in advance | |
hai all, i am working shopingcart project . i got one error[CODE]HTTP/1.1 200 OK Date: Fri, 12 Feb 2010 12:01:22 GMT Server: Apache/2.0.55 (Win32) PHP/5.1.4 X-Powered-By: PHP/5.1.4 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Keep-Alive: timeout=15, max=88 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: … | |
Hi, plz help me........ i have three php pages First is 'Outward.php', second is OutwardData.php and Third is OutwardGrid View.php.I want multiple checkbox records from 'Outwardgridview.php' to 'Outward.php' gridtable. But my problem is only first record is display in outward.php gridtable.But display all checkbox no. my code is ---------------------------1.Outward.php-------------------------------------- [code] … | |
![]() | I'm newish to php. I'm trying to open a video in a new window. There is one page to play the video but I have 17 different videos. I find it pointless having as many pages with the same code except for the video link. The videos will be on … |
[CODE]http://localhost/kplfantasyfootball/example.php?id=7&posid=3[/CODE] Hi, could someone please explain to me how I can read the two parameters carried in the URL. Thanx. | |
Good day everyone..... I'm one of the new student in the web development.I have a problem here.I want to develop a website by using a Macromedia Dreamweaver 8.But, I don't know how to connect the registration form that have in the dreamweaver to the database.I am using EasyPHP software for … | |
Hello, Please help me in understanding the mystery behind rss feed, how to create it?, is it an automatic process? or it requires some admin type thing? Please help me, I want to know how to create a rss for a website. Thanks. | |
| |
Hi all, I need a php script that gets the IP address of a user entered website, something like this: $site = 'www.google.com'; $ip = ping($site); obviously replacing ping with a command that actually exists! Thanks in advance. MAX | |
Hello Friends I written the the code for forgetpassword in this i have to get the mail when i enter the mailid the code is as follows forgetpasswd.php <form name="f1" method="POST" action="retrieve.php" > <table> <tr><td colspan=3> </td></tr> <tr><td colspan=3> </td></tr> <tr> <td><font color="red">*</font>Enter Email-ID</td> <td>:</td> <td><input type="text" name="email" maxlength=50></td> <td></td> <td><input type="submit" … | |
Hi guys i m trying to view a log file as a html file from my server , i m using one script which is [URL="http://www.builderau.com.au/program/php/soa/Transform-plain-text-files-into-Web-pages-automatically-with-this-PHP-script/0,339028448,339272897,00.htm"]here [/URL] , so overall i m not a coder just trying to get it work 1. because log file latest entries are at bottom … | |
Hai I made a login system in php and every thing working fine in IE and mozilla. But in Safari and in Opera when I click sign out then it works fine and after that if I press back button in browser then it comes to the previous page (myaccount … | |
Here the production system is Linux based and the development system is Windows based, hence the code has the following problem, what should be done to get the code to work on the Windows system. The Linux machine runs php-4.3.2-8.ent and the windows machine runs php 5.2.6. on the Linux … | |
I am very new in website developing. Anybody help me how to make this dropdown listing in Internet Explorer Browser the same listing in Firefox. I want the word extended in the size of the dropdown button. see attached images. Thank you. | |
Hi all, I have a 4 column table. Say the count of records in each column is 5, 50, 100, 200. the column with 5 entries, has those entries not appearing at the top of its data area. eg cars houses flights a b c d a e b a … | |
some of my session values are missing. Can anybody please tell what all reasons can be there?? on submitting the form its assigning to variable and its alerting using jquery. But after going any page session values are missing. Do any body had these type of issues. Am sure, many … | |
Hi all, Im in the sandbox area of paypal and sending a test ipn, which is stated as successful. I miss spelt the name on purpose and got an error, so im guessing that it only checks for a file actually being there. I admittedly got this code from their … | |
Hello and thank you for taking the time to read my question. I am currently moving a static html site into a faux CMS and have a question about which direction is best recommended. I have series of 'News Articles' that I would like to make available through a db. … | |
hi i have a contact form that i want to submit to a dater base and here is my code to do that [CODE] <?php require_once('Connections/mywigan.php'); ?> <?php if (!function_exists("GetSQLValueString")) { function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") { $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue; $theValue = … | |
hi I am using following code to validate username and password please can any body check where is the mistake... [code] $adminuser = $_POST['adminuser']; $adminpass=$_POST['adminpass']; if((!$adminuser=="") or (!$adminpass=="")){ echo "Please enter Username and Password"; } elseif((!$adminuser=="admin") or (!$adminpass=="manoj")){ echo "Invalid Username and Password"; } else{ "good"; } [/code] | |
i want to update my form like question form in the same area how can it works? | |
I whant to create registration page n login page ! I dont now how to create! | |
hello.... i want to do search box. it is exactly like google custom search. i am not talking about functionality. i am talking about look and feel. you see google search box. in that google image will appear. when we mouse in that text box that image will disapear. how … | |
Ok, I am stuck. I have the following code to log in. I don't think it is 100% secure, but I am having an issue writing a script that will email a link for a user to reset their password. Any help would be appreciated... [code] <?php session_start(); if(isset($_GET['reg'])) { … | |
Hi All, This follow script does exactly what it says on the tin, except 1 thing, the "show next 10 results" wont show the next ten. any ideas anybody? [code] <?php // Get the search variable from URL $var = $_GET['q'] ; $trimmed = trim($var); //trim whitespace from the stored … | |
Hi ppl, I have a form with a drop down box and a calendar picker. I want to check if both these fields have been filled to proceed to the next page. [CODE]echo "<select name=Project value =' '>ProjectName</option>"; echo "<option>Select Project</option>"; while ($row=mysql_fetch_array($result)) { echo "<OPTION VALUE=$row[Project_Id]>$row[ProjectName]</option>"; } echo"</select>"; ?></td> … | |
Hi guys, I actually want to know how i can insert and delete rows on submit and delete buttons with PHP? | |
i want to update my question form every week...with php...... | |
Hello everyone, I am trying to istall this script which has no install instructions. However, in the Config document it hs the following line whichit says to edit [code] $items_path = "/var/www/vhosts/cyberpetcity.com/httpdocs/images"; //EDIT $Z = ""; [/code] I thought it may have been the full URL that I was supose … |
The End.