39,393 Topics

Member Avatar for
Member Avatar for Chevvy

Does anyone know of a free php form processing script that would allow me to set some fields as required, can both send to an email address and populate a flat file (something I could export to Excel) AND is easy to set up?

Member Avatar for cpickering
0
52
Member Avatar for hbmarar

Hi, I wanted to get Drupal and Dotproject together and i reworked the tracker to get the link up and added this to the navigation sytem. dotproject way of handling sessions is different and drupal way. i wud like to know whether i could maintain two session datas in drupal …

0
49
Member Avatar for cty

Anyone know where is my mistake? The error show when i click on "buy" in product.php. Please guide me. --------------------------------------------------------- Error shown: Fatal error: Call to a member function fetch_row() on a non-object in C:\test\kelly.php on line 14 ---------------------------------------------------------- [PHP] //product.php <?php include("db.php"); $db=new mysqli('localhost','root','','test'); $db->select_db('test'); $query="select * from book …

Member Avatar for php_daemon
0
107
Member Avatar for petzoldt01

Hello, I am fairly new to PHP, although I am fairly familiar with c++. I am just looking for some good php websites. I am interested in Content Managedment Systems and MemberSystems. I am not exactly looking to download someone elses code. I am instead looking for tutorials, that teach …

Member Avatar for mouseyear
0
124
Member Avatar for mahe4us

Hi, I have been working on image resizing feature such as zoom functionalities. If I increase the size of the picture then the clarity of the picture will go poor. Is there any idea for improve the pixel resolution while increas the size of the picture in php. Thanks.

Member Avatar for php_daemon
0
104
Member Avatar for vssp

Hai friends I have developed the website using version php 4.3 and complete my project. Now The live server configuration change to 4.4.4.Now I get some issue to run my project. Project was not working properly. How to solve the issue. Please send me any suggession T __________________ Thanks Vssp

Member Avatar for vssp
0
87
Member Avatar for vssp

Hai friends I need to sort the array values. Array value is Array ( [160x600] => Array ( [0] => 21 [1] => 1 [2] => 0 [3] => 0 ) [300x250] => Array ( [0] => 32 [1] => 2 [2] => 0 [3] => 0 ) ) First …

Member Avatar for php_daemon
0
51
Member Avatar for Killer_Typo

[B]Intro[/B] Before we start need to create a databse to work in (i will assume you are using phpadmin to do this) just go to (databases)... and in the blank textbar create a new database, and call it phpforms then open up your command prompt and enter your mysql shell …

Member Avatar for snipertomcat
0
532
Member Avatar for msimonds

I was wondering if maybe someone could shed a light on something for me. I am performing the same SELECT Statement from Oracle on two servers via a simple export script. [B]Server one:[/B] My Localhost Apache/2.2.0 (Win32) PHP/5.1.2 from a RAW field and it is returning the ascii characters, which …

0
104
Member Avatar for woocha

Hello everyone, I am looking for software that can tie in all of my software together. I want it so that when a user visits my website and logs in to my phpbb forum they are automaticall logged into my classifieds section as well and also my photohosting software and …

Member Avatar for PeppySoft
0
163
Member Avatar for mahe4us

Hi all, I have one small doubt in query string. Can anyone know how many maximum characters passed via querystring through URL. Is there any limitation for sending characters in querystring? If anyone know answer for this kindly reply me...

Member Avatar for PeppySoft
0
124
Member Avatar for lastcraft

Hi... I'm one of the principal developers for Wordtracker, an SEO tool vendor based in London. This role has me doing web development and full text work. I develop in PHP, Ruby and C with some extra stuff in SQL, XSLT and shell scripts. I'm an OO coder rather than …

Member Avatar for happygeek
0
132
Member Avatar for hbmarar

hi , Good Morning. Well i would like ot know how i could parse this URl in PHP as parse_url() would give me a query part ...the problem is actually i want to parse the query part of URl thatg we get using the parse_url. for eg: the url below …

Member Avatar for freshwebs
0
123
Member Avatar for mytime19
Member Avatar for iamthwee
0
79
Member Avatar for cty

Error message: Query failed:You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 -------------------------------------- Can any one able to edit it in correct form?(*I using PHP5) ---------------------------------------------- $[PHP]query="select count(*) from cart …

Member Avatar for remcov
0
205
Member Avatar for mahe4us

Hi all, Can anybody install Imagemagik and wandmagick API for php. I have download the imagemagik and wandmagick API for php seperately. But I have no idea how to install this in php.... Kindly anyone inform me if you know how to install. Thankyou.

0
77
Member Avatar for cty

my problem is :whenever i log in ,it always shown 'You are not log in'. Never show "You are logged in as :xxx" For example:i do a testing,i input username:abc and password:1234 in "user" table. Next,i try to log in using abc and 1234.But,still shown 'You are not log in' …

Member Avatar for digital-ether
0
108
Member Avatar for egboy

I want to make this [QUOTE]Pages: 1 , 2 , 3 Next >>[/QUOTE] with PHP Lets say that i have a folder "Games" i wand any game be added to this foler open in another page and this [QUOTE]Pages: 1 , 2 , 3 Next >>[/QUOTE] changes automatically I want …

Member Avatar for DennisP
0
87
Member Avatar for gdhanasekar

hi all, now a days i am facing a severe problem in my website.it is due to my web hosting provider.because now they changed the php as cgi module(I think),so the php_value [B]include_path in .htaccess[/B] file is not working now.Before changing the php as cgi module it worked well.If I …

Member Avatar for ramprage
0
118
Member Avatar for Znojmic

Hi - I have had a message today from my hosting company to tell me that one of the sites on my hosting account is having it's php code abused. Apparently someone is manipulating the php code from the contact form to allow them to add Bcc addresses. Any ideas …

Member Avatar for remcov
0
124
Member Avatar for cty

$totalCost=0; while($row = $result->fetch_assoc()) { $totalCost+=$row["price"]; ------------------------------ --->why the $totalCost always is 0?

Member Avatar for UrbanSky
0
59
Member Avatar for remcov

Hello, I found this site while working on backlinks for my own site, and I must say I am impressed. Like it and might surely stay for a while. I am a webdevelloper working mainly with php and mysql, but I can do a lot more thankfully. I am building …

Member Avatar for remcov
0
61
Member Avatar for zed420

Hi Everyone I'm fairly new to PHP and struggling a bit. I'm trying to delete some records from MySQL via php and checkboxes my code is below if anyone can help me. Thanks in advance [PHP] <?php include("config.php"); include("contentdb.php"); $id= $_POST["id"]; $question= $_POST["question"]; $opt1= $_POST["opt1"]; $opt2= $_POST["opt2"]; $opt3= $_POST["opt3"]; $answer= …

Member Avatar for php_coder
0
100
Member Avatar for RiverKqj

Hi has anyone used the Gpix Pixel site ? if so does any one know which files i edit to change the header banner ?

0
69
Member Avatar for jethroalias97

hi, i'm trying to execute some c++ code from the php script in my webpage, but its not working. the best i could find was the php code below. [code=php] $output = shell_exec('ls -lart program.exe'); echo "<pre>$output</pre>"; [/code] here is the code of program.exe (codewarrior created program.exe from this code) …

Member Avatar for Puckdropper
0
101
Member Avatar for assgar

Hello First sorry if there is to much code in this example. I am new to working with multi page forms. I have a search form that gets preloaded info from the database. There are 3 scripts (a html page, a preload script and a process script). There is a …

0
84
Member Avatar for apriestofgix

I have recently become addicted by the many text based games build with PHP and am looking to make one myself. I know HTML, JavaScript, CSS, and basic PHP, but need help in how i would go about making a server from my computer, and then creating a game that …

Member Avatar for John A
0
105
Member Avatar for dss

Hello, I brought a cgi script to start one of my website but don't know how to install that. I uploaded the script to the cgi-bin folder and tgen tried to execute but it was not working. U can have a look at solutionshall (dot) com So anyone help me …

Member Avatar for DennisP
0
72
Member Avatar for sgriffiths

hello All I am pretty stuck and would like any help or assiatance I am creating a web page with 2 fields First field would be a username Second field would be a user_id I want the user to be able to enter their username So for example "stephen" I …

Member Avatar for Rhyan
0
367
Member Avatar for cty

PHP Parse error: parse error, unexpected $end in C:\test\kelly.php on line 118 <?php function AddItem($itemId, $qty){ $db=new mysqli('localhost','root','','test'); $db->select_db('test'); $query="select count(*) from cart where cookieId = '" . GetCartId() . "' and itemId = $itemId"; $result=$db->query($query); $row =$result->fetch_assoc(); $numRows = $row[0]; if($numRows == 0) { // This item doesn't exist …

Member Avatar for DennisP
0
124

The End.