39,320 Topics

Member Avatar for
Member Avatar for EnderX

I know, I know, one of the big advantages of PHP is that the variables in PHP don't take typecasting but instead any variable can hold any data. Thing is, for something I'm trying right now I [B]need[/B] the ability to cast. I'm trying to add together financial values drawn …

Member Avatar for php_daemon
0
118
Member Avatar for slacke

I want to create a simple script for uploading files from local maschine (windows) to a web servers (linux) directory. I found on the net some example codes and make the two parts of that simple script. 1. The HTML form creation... [php] <html> <body> <form enctype="multipart/from-data" action="upload.php" method="POST"> Choose …

Member Avatar for php_daemon
0
126
Member Avatar for therealdetroit

" Cannot find 'http://nexoa.com/rankboost.php' Make sure the path or internet address is correct " I keep getting 2 of these errors when I close them they come back. I am running PcCillin Internet Security 2007, and Pest Patrol. Neither can find nor get rid of this issue. Please help! Thanks, …

Member Avatar for PhilliePhan
0
109
Member Avatar for crazynp

Can anybody help me to make a picture link counter. I have a field in databse call wall_views which is set to 0 at the beginning but should increment after the pic is clicked. Thanks in advance

Member Avatar for crazynp
0
275
Member Avatar for jeffry

Hi all, I am a newbie in PHP_MYSQL.Please provide me script for reminding bdays of the concerned persons on those days on the index page we view first.I stored b'days in my table as (eg:27th Mar,03rd June etc).My table has also info such as name ,contactno and email id of …

0
60
Member Avatar for Braga_ESI

Hi, I'm in colledge and I have to finish this thing by tomorow mornig... So I'm asking if anybody cal give me some help on how to call and execute mysql procedures in PHP... I already tryed this but it dosen't work... :eek: [URL="http://www.daniweb.com/techtalkforums/showthread.php?t=41143&highlight=procedure+php+mysql"]link[/URL], Sorry for my english and thanks …

Member Avatar for Braga_ESI
0
77
Member Avatar for multimediakt

I am looking for PHP coders that would like some experience with an online order form (donations). If you would like you may use the website as an example in your portfolio. The project is for a non-profit organziation called LifeLine Pilots. They are trying to set up their website …

Member Avatar for multimediakt
0
97
Member Avatar for assgar

Hi I need help solving a porblem. I have a form that displays a checkbox, service code, description and dropdown with fees on each row. The fee_money and unit array only returns a selected value from the first item (checkbox). When I used the line below in the processor, it …

Member Avatar for php_daemon
0
119
Member Avatar for Turnkey_Websites

Hello, I have installed my turnkey website , a photo rating website, since two years or so. We did add features to prevent the average internet users from taking the pics, like stoping the drag&drop, disabling right click, disabling print screen. The website was working fine until recently, i dont …

Member Avatar for einfoway
0
100
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
107
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
158
Member Avatar for indianscorpion2

hello everybody!!!!! i own a site (i dont want to mention the name....sticking to the rules of this forum)...it is designed in PHP...... it is basically a forum to download music,movies etc.... i registered myself in google adsense program and got the following code:- <script type="text/javascript"><!-- google_ad_client = "pub-2768779675207123"; google_ad_width …

Member Avatar for indianscorpion2
0
163
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
346
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
104
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
70
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
96
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
322

The End.