38,018 Topics

Member Avatar for
Member Avatar for jblacdao

I've been testing on uploading files and I encountered a weird bug while testing it out because on the initial uploading of the file, my localhost uploads it to the root directory of my xampp rather than in the directory inside my htdocs folder. To make things clear here's what …

Member Avatar for vssp
0
110
Member Avatar for ycpc55

hi i was wondering if anyone can help me out with this watermark script my problem is that the png image is resizing with all my images i have to watermark in the folder here is 2 link so you can see what im talking about im trying to get …

Member Avatar for theonlydrayk
0
114
Member Avatar for mbacon

Hello everybody, I am wanting to use a javascript confirm popup (OK returns TRUE/Cancel returns FALSE) to determine whether I need to run part of my PHP code. I could only think of one way to try, and this is it: [code]echo "<script type=\"javascript\"> var popbox = confirm(\"Are you sure …

Member Avatar for theonlydrayk
0
99
Member Avatar for hitechexport

Best PHP script site? Which is the best PHP script site? Regards, Tapan <snip>

Member Avatar for theonlydrayk
0
75
Member Avatar for dbismo

Hi all, I need your help! I am developing a we-based system using PHP that will check if a student passes or fails his exams. The exam results will be in an excel docemuent (.xls). Student should key in their student ID in the system via their web browser; the …

Member Avatar for mbacon
0
106
Member Avatar for greenphpcoder

hey jsut a quick note for all you guys, dont know how many people are familiar with pears db_objects but it is a clean way of executing sql without having to write any, to find out more : [URL]http://www.php-library.com/pear_man/package.database.db-dataobject.html[/URL] anyhows, just a thought to people who are having trouble with …

0
64
Member Avatar for azarudeen

Hi, If any body have the auto fill textbox using ajax in php plz send me the function and also give some idea about that.waiting for your kindley posts Thanks regards, azarudeen

Member Avatar for greenphpcoder
0
122
Member Avatar for BiNO

Hi everyone, I am making a quiz using forms. The user answers by clicking on radio type buttons e.g. [code]<input type="radio" name="question1" value="whatever1"> <input type="radio" name="question1" value="whatever2"> <input type="radio" name="question1" value="whatever3">[/code] I collect the answer on the second page using something like [code] $answer1=$_POST['question1'];[/code] Now the problem: If the user …

Member Avatar for crazynp
0
63
Member Avatar for aarya
Member Avatar for squid

Hello all im new member and newbe abiut programming. i'd like to ask about this program. [CODE]when i run the script it show like this : Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/rekor/public_html/admin/top.php on line 6 You are not an administrator[/CODE] here the script …

Member Avatar for azarudeen
0
155
Member Avatar for nathanpacker

Hey, I created a little form for my sister to use to create her eBay pages on the fly. Basically she inputs the background colors, text colors, description, pictures, all that jazz, and the form generates the html with the information she provided. I want to make it easy for …

Member Avatar for php_daemon
0
345
Member Avatar for trashed

hi. maybe the solution to my problem is quite obvious but I can't find it, so I'm asking here.I'm building a small movie db with the chance for users to borrow the title they want. the movies' info is fetched from a db and displayed in a html table. this …

Member Avatar for trashed
0
103
Member Avatar for vssp

Hai friends When I send the mail with out from address by default it get "nobody@hostname.com . We need to hardcode the from address . But I dont want to edit the php file . Any Possiblity to edit the php.ini file. __________________ Thanks Vssp [URL="http://www.webdeveloper.com/forum/editpost.php?do=editpost&p=700700"][/URL]

Member Avatar for php_daemon
0
76
Member Avatar for assgar

Hi Its back, I am being haunted. I thought I had resolved this problem but I am intermittently the receving the warnings below. This code consist of a 1) HTML form, 2) a display function on the HTML form and 3) a process to manage the form input. Can you …

Member Avatar for assgar
0
81
Member Avatar for crazynp

Can anybody help me to build a form where I can put a limitation that if I click on the form once, than I cannot do that again for next 5 minutes.the form has only one fiels that is email address.

Member Avatar for digital-ether
0
109
Member Avatar for irotsenmar

I installed a help desk software that is coded in PHP. It has a feature that enables it to send out email when someone submits a troubleshooting ticket. I am unable to get the email function to work. The software is running on a remote server at a hosting company. …

Member Avatar for vssp
0
1K
Member Avatar for T.I

howzit guys this is my first time on a forum and I would just like to know a bit more about web designing

Member Avatar for vssp
0
86
Member Avatar for vssp

Can any one tell me what is the lastest released version (not a alpha or beta version) of PHP?

Member Avatar for vssp
0
69
Member Avatar for masterkain

hi there, I need a hand with recursion in php. I've this array: [code] [Forum] => Array ( [0] => Array ( [id] => 12 [forum_category_id] => 2 [parent_id] => 0 [forum_post_id] => 0 [name] => PHP [description] => [url] => php [topics] => 0 [posts] => 0 [order] => …

Member Avatar for masterkain
0
94
Member Avatar for egoleo

I have a problem with php and checkbox. Can someone help me with it? I want to be able to compute values of a checkbox that is when the checkboxes are checked using php. example <input type="checkbox" name="course" value="&cent;30 /> JAVA <input type="checkbox" name="course" value="&cent;100 /> C <input type="checkbox" name="course" …

Member Avatar for amschroeder
-1
316
Member Avatar for ismaily

HELLO HOW TO DISPLAY AUTO_INCREMENT VALUE FROM THE THE DATABASE TO THE PAGE. $result = pg_query($conn, "INSERT INTO novice VALUES(NEXTVAL('sq'),'$title', '$firstname', '$lastname', '$username','$password','$street','$town', '$city', '$postcode', '$country', '$mobile', '$email')"); if (!$result ){ print " Please make sure you put the right input in the field"; exit; } print ("Thank You $title …

Member Avatar for John A
0
79
Member Avatar for remcov

Hello, I am working on a cms system for my website. Its going pretty well and most of the features I want are working. I do have a slightly more advanced question. I dont know if this is the proper forum topic but the site is in php so ill …

Member Avatar for php_daemon
0
66
Member Avatar for satees

Hi friends, My application needs to integrate online payment with paypal. I am using the form based online payment. So please help me, what are all informations needs to pass through the form and what about the return URL. If posible give me the sample coding. Thanks in advance. Thanks, …

Member Avatar for stymiee
0
55
Member Avatar for Pro-Gaming

i was wondering if any one knows how to put mods into the phpbb reg forums.. because i am starting up a new ladder site and i only have the forums but i want them to be organized so i was wondering does any one no a mod that i …

Member Avatar for Pro-Gaming
0
71
Member Avatar for mahe4us

Hi all, I have used the checkboxes in my page as given below [code] <input type="checkbox" name="chkboxarray" value=1> <input type="checkbox" name="chkboxarray" value=2> <input type="checkbox" name="chkboxarray" value=3> [/code] If all the checkboxes are selected then how can we get the values of individual checkbox in php during a form submission. Anyone …

Member Avatar for stymiee
0
154
Member Avatar for leapon75

Hi, i have a problem, I'd like to load a file mediumblob from DB mysqli () and save it on directory ("../uploads") on a server, using a php page. Can you help me ???? :sad:

Member Avatar for mbacon
0
55
Member Avatar for azarudeen

hai to all, i think its a simple only but i am not having clear idea how to pass the value from an page into an popup window in a javascript in php.if any ones knows or get any idea means plz post quicklywith an example thank u,:idea:

Member Avatar for azarudeen
0
156
Member Avatar for Bonus

Technically I do not think its possible but thought I would ask. I have a form that contains multiple image upload fields, in the description we ask that the images size be smaller than 1mb but most people simple do not know how to check this. Typically people will load …

Member Avatar for php_daemon
0
97
Member Avatar for dbol

Me and a buddy wrote some php code, and it searches the db for the string, returning results... The problem is, it only returns results for certain strings I search, for example, if I search a last name "Rodriguez", it works... if I search "Ro", it works. But if I …

Member Avatar for dbol
0
75
Member Avatar for vjw757

Not sure if this is the right place for this but you all know that microsoft has just came out with the ZUNE to compete with apples IPOD. i have the domain names that are below and dont know what todo with them. does anyone want to do something with …

Member Avatar for vjw757
0
135

The End.