39,320 Topics

Member Avatar for
Member Avatar for Gonzo10

Hello everyone, I am trying to put a value into $value['count']; after the value is clicked the count stays at one or it resets itself any help will be awesome Thank you. [code=php] <table width="61%" border="1" align="center" cellpadding="4"> <?php $count = 1; if (isset($_GET['value'])) { $count++; $value[$count] = $_GET['value']; print …

Member Avatar for Gonzo10
0
101
Member Avatar for tkmc

Hi all, I have been racking my brain today, trying to get a page to run 2 queries. Basically i have a page that has a form on it and there is a bunch of numbers in one of the drop down lists that comes from a table called cab_eticket_numbers …

Member Avatar for HazardTW
0
2K
Member Avatar for jencinas69

I have this csv2xml.php file [code] <?php error_reporting(E_ALL ^ E_NOTICE); ini_set("display_errors", true); ini_set('memory_limit', '24M'); function csv2xml($file, $container = 'data') { $r = "<{$container}>\n"; $row = 0; $cols = 0; $titles = array(); $handle = @fopen($file, 'r'); if (!$handle) return $handle; while (($data = fgetcsv($handle, 1000, ',')) !== FALSE) { if …

Member Avatar for jencinas69
0
163
Member Avatar for vssp

Hi Friends I am working on symfony project. This is new frame work for me. So Please clarify my doubt. This is looklike community site. user able to create own sub domine. Public site have one login page ex([url]www.sample.com[/url]) individual user have one login page ex ([url]www.vssp.sample.com)[/url]. How to seprate …

Member Avatar for ShawnCplus
0
138
Member Avatar for Venom Rush

Hi there I just need some clarification on sessions. If I have $_SESSION['name'] = $_POST['name']; in my php will it $_SESSION['name'] be created numerous times on different pc's? For example: Joe submits a form and $_SESSION['name'] is created with Joe being the value. Then Suzy submits a form and $_SESSION['name'] …

Member Avatar for Venom Rush
0
94
Member Avatar for moerpheus

hi guys, i have problems regarding PHP. I cant connect the php page with mysql database. I have installed everything as far as I know. i have changed the conifiguration files. but still i cant access the database via the pages! im creating a recruitment site(job search) and people should …

Member Avatar for BMX322
0
121
Member Avatar for arshadshaikh

I have xampp server installed and i want to send mail function with php on localhost (my system). I have done following configuration settings in php.ini SMTP = mail.prs.prod smtp_port = 25 I have also set the following line ;extension=php_smtp.dll by commenting and again uncommenting. But unable to send email …

Member Avatar for scru
0
74
Member Avatar for mgn2683

Hi, I have a few questions. First off, I have a recordset where I am selecting the columns name_pre, name_first and name_last. I want to have the name displayed as Mr. John Smith, just combining all 3 columns. The second portion where I am running into problems is displaying the …

Member Avatar for BMX322
0
101
Member Avatar for aformoftruth

I have a URL PHP LINKs problem... I'm a newbie and am currently teaching myself php and html...currently using dreamweaver and have been able to be pretty lazy with regards to learing code but now am using php...and got to type it in myslef....its good for me. But i have …

Member Avatar for cwarn23
0
106
Member Avatar for tiger86

Hi, I am a newbie to php and I am using nusphere php nued standard. I got it because it has a debugger which I need the most and I am having some problems; I wait for 5 hours and it just says waiting for local host. I have tried …

Member Avatar for nikesh.yadav
0
99
Member Avatar for timhysniu

Hi there, I've used Zen Cart before since it was an open source. Although the cart is not bad, I think it is a bit outdated and not very flexible when it comes to presentation. Can someone suggest a Shopping cart that is easy to use and is flexible? I …

Member Avatar for mexabet
0
81
Member Avatar for Syakoban

I understand how to use the basic include function in a .php page so that repetitive content (like a menu) can be coded in a separate file and then dynamically included in multiple pages. But I don't get how to use it so that a URL in a page can …

Member Avatar for aformoftruth
0
326
Member Avatar for OmniX

Hi guys You know when you enter a registration page with a textbox saying enter the characters that corespond to the image. I heard its called COPA or something. Anyone has any tutorials on how to make a page like this? Thankyou, Regards X

Member Avatar for OmniX
0
146
Member Avatar for god_1896

hi to all; Please tell me where to find a good example of multi dropdown list. I need a dropdown list menu for state, country and state which are the state country and city are retrieve from the databse. and if state is selected the country well coordinate and together …

Member Avatar for srilakshmitr7
0
95
Member Avatar for Gonzo10

I am trying to link the result of a list with href so I can pass this data to a variable $value, I am new to PHP any help will be greatly appreciated it. here is the code; <?php print "<table width=61% border=1 align=center cellpadding=4>"; $data = 10; for ($i=1; …

Member Avatar for Gonzo10
0
84
Member Avatar for krauz2

I have tried a few different ways to get two email address to send on a case statement. How do I add to commands on same line? I am just a little off track. Thanks for your help. case 'it': $to_email = "erich.krauz@rgl-e.com"; $to_email = "krauz2@hotmail.com"; break;

Member Avatar for krauz2
0
93
Member Avatar for krauz2

I am trying to have a "Contact us" page with a drop down tab that you can select from 4 people to contact. I am trying to figure out how to link each one to a certin email address. I was only able to get it with one. Thanks for …

Member Avatar for krauz2
0
179
Member Avatar for oku

Hello everyone, Well i've just searched the forum to see if my question has been answered prioer to posting, but seem to find the answer. Well basicly i've created a script to help me monitor and maintain the domain names my company owns (1000's) I've virtually finished it but i …

Member Avatar for CademiaX
0
3K
Member Avatar for OmniX

Hi I posted something about this awhile back and the problem was, I was preforming several queries at once along with some other mysql functions and it always stopped working half way (I think was to do with the interaction of my functions with the header or my use of …

Member Avatar for sDJh
0
69
Member Avatar for 65!sesa

Hello pipo Iam pretty new at php.I implemented a log in page as shown below: <?php session_start(); include("./connect.php"); // start the session $errorMessage = ''; if (isset($_POST) && isset($_POST)) { //--------------------------------------------------------------- if (isset($_POST)) { // if form has been submitted //check out the fields if (isset($_POST) || isset($_POST)) { // …

Member Avatar for sDJh
0
79
Member Avatar for RuneMan

Here's the situation - Im making a website for a game server in which a user can make 1 account. and in 1 account he can make 3 characters. We maintain two tables one for accounts and one for characters. The three characters which can be made is recognized by …

Member Avatar for RuneMan
0
91
Member Avatar for Katherine692008

I am trying to do this problem: Create a “hit counter” for your home page i.e., exam1.php. There is a file in the exam folder called COUNTER.TXT that contains the number zero. Your PHP page should do the following steps: 1. Read the counter file 2. Add one to the …

Member Avatar for Katherine692008
0
136
Member Avatar for jeffro25

Here is my problem. I built an website for a pizza cafe and I built an application for online ordering. When it came to placing the order, i give them the option to pay using cash of using credit card. If the customer selects cash, then a text box for …

Member Avatar for Will Gresham
0
54
Member Avatar for adrenaline_elz

Hi to all! My problem is connecting vb6 to MySql database, I already installed MySQL connector/OBDC 3.51 and it was added on the ODBC application in the control panel, I dont know what should I do next, what should I fill into the empty textboxes. And I dont know what …

Member Avatar for Will Gresham
0
73
Member Avatar for MDGM

Hi, Im making a 5 star rating system but half the time it has the complete wrong result. I have gone over and over the script and checked the sums with a calculator and it is still doing something wierd. Sometimes when I rate it above it's current rating it …

Member Avatar for MDGM
0
158
Member Avatar for servantofgod

Looking to be able to control this product display. Say for instance, I want 10 products in one column, and ten products in another column. The product display is here: [url]http://www.whatsshopping.com/testme2.php[/url] The true code actually reflects one table, with the php coding causing 20x of this table to appear, as …

0
95
Member Avatar for relavis

I would like to create a new website for an online money making site which have a master person , he have two legs sides one right and left each legs have many right and left legs . My question is that if i enter the master person id into …

Member Avatar for vijukumar
0
146
Member Avatar for yasmena

im asking the user to enter the number of fields he want to generate and i need to take this number and generate him the fields when he click Submit can anyone Help Me

Member Avatar for Shanti C
0
122
Member Avatar for yasmena

i really need help in my script for uploading multiple files ...the script looks very fine and i cant see anything wrong in there: <td>Gallery</td> <? for($i=1;$i<=4;$i++) { echo"<input type='hidden' name='MAX_FILE_SIZE' value='1000000'>"; echo"<td><input type='file' name='userfile[]' class='input'></td>"; } ?> while(list($key,$value)=each($_FILES)) { if ($_FILES >0) { echo 'Problem: '; switch($_FILES ) { …

Member Avatar for srilakshmitr7
0
85
Member Avatar for Shanti C

hello all.. Tel me how to create a site with different languages, if user select particular language, then all the content will be displayed in that language... How to do it??? or Any predefined free software available on the internet... Any resources or information would be appreciated.... Thanks.. Shanti.

Member Avatar for kevindougans
-1
90

The End.