39,320 Topics
| |
I have spent a great deal of time looking at how PHP-Nuke works. I have figured out just about all of how it works... exept for one thing. :( I can't find where it has the part about drawing out the body of the site :mad: Does any one know? … | |
i'm making a website for a friend with his movies in, he wants users to login before being able to view these movies, i don't know how to stop them viewing it by typing in the address. Thanks, expect many more help requests as i am a noob ;) - … | |
Hello, ( Sorry I originally posted this on the wrong forum) I am trying to do a simple form (text fields only). The users enter, submit, then there is a confirmation page and information is sent to an email. When 'submit' is clicked there is no information returned from the … | |
What program would I use to compile php codes? How would I then use them on my webserver? I have installed php (not sure which version) but how do I use the scripts after I compile them. I am using windows XP Pro and Apache 1.3. Also How do I … | |
Hello. Can somebody help me with creating a .php template that querys a MySql DB for a simple report. I need 3 input fields: 1.Name: 2.Date From: 3.Date To: And a button "Submit" that presents the above data in some kind of easy understanding layout. database name is order table … | |
Which of the following is the proper syntax for the latest version of PHP? [code]echo "My name is $name. How are you?";[/code] [code]echo "My name is " . $name . ". How are you?";[/code] | |
Hi guys....newbie on the forums here :) I have developed a php form processor for a project i am working on. I am trying to validate the email address, however i want to add 1 more check the the default script. At the moment i have the following: [CODE]function if_email($staff) … | |
The form (form.htm) posts a value from a text box (id='first_name') into a script (test.php) that checks the data entered. The script takes an array of required fields from a config file (config.php) and uses these to validate the data that comes from form.htm. If the required fields ($required) are … | |
I am so glad I found this forum because I dont have a clue about much .So I hope some one can help me out I have a directory on my website powered by Chipmunk Directory and I would like to add the following code so that the first three … | |
I want to find out if php can allow me to create whatever.homepage.com using my web address. I want to point the whatever.homepage.com to the folder homepage.com/whatever. Will php allow me to do this? O is there another script that will allow me to do this? | |
Ive built a script which allows me to add domains which have a name, expiration date and the date it was registered. However everytime i log into the admin panel i would like it to show me all domains which are about to expire in a supplied time. However im … | |
I use Turck mmCache to optimize PHP running on my webserver. Someone informed me tonight that the project has been suspended or stopped or something? I was just wondering if anyone knows anything about this? Thanks :) | |
Hey, Does anyone know how to pass a php variable into a form field? I want to reproduce what the user typed into a text box in another text box. Is this even possible? Thanks, JameZ ;) | |
Hi guys, I have been looking at various form processing scripts, bascially to gain some understanding of how they work. I have managed to work through one section apart from one bit. I keep seeing the following: [CODE]$_POST[/CODE] I was just wondering what this was. I am using Dreamweaver MX … | |
Have a look at the following code. It is the only thing in the file...the following variables are defined outside the php file: [list] [*]$required [*]$first_name [/list] [CODE]require_once("config.php"); if ($required) { $require = explode(",",$required); for($n=0; $n<count($require); $n++); { $field = $require[$n]; print $first_name; print $_POST[$first_name]; } }[/CODE] When post data … | |
I am going to lease out some bandwidth to a friend of mine on one of my accounts and I want to know what are typical PHP extensions so that I can disable them with htaccess files (as I dont trust this friend of mine). So far I can only … | |
OK im trying to make a script but I dont know how to do it exactally, what i want to make is a board for buttons where the visitor can come and put the url of their button and therir link and their button will be displayed. and once it … | |
I'm trying to write a web application that will allow me to synchronize a folder in my PC with a folder in my website. Can I do this with PHP alone? Is there a script out there that can do this? Can you give me some pointers in how to … | |
Sorry very new to PHP I am currently working through a book and I am working on connect to a DB I use this command: $db = new mysqli('localhost', 'bookorama', 'bookorama123', 'books'); and I get this error Fatal error: Class 'mysqli' not found in c:\Inetpub\wwwroot\mystuff\chap11\results.php on line 26 from what … | |
is there a way to auto increment a value in a MySQL with PHP without having to lookup the value for instance: UPDATE SomeTable SET cell=cell++ WHERE row='some_row' | |
i have created this web page with html and php where i need to set cookies to block users voting more then once i have used something like this code: if (isset($_COOKIE["x"])) { echo "You've already voted once!<br><br>"; } but it doesnt work can any one help plz :) :) … | |
I'm looking for a small script that I can use to limit the number of downloads per day for a specified file, or limit the bandwidth for said file per day. Any Ideas? :D | |
Hi all, The problem: index.php downloads instead of actually executing the script. I used to have my machine setup with php/apache/mysql/WinXP and it worked. I downloaded the newest release of php 4 and now it won't work. What happened? Setup: ------ Windows XP SP 1 PHP 4.3.10 Apache 1.3.33 mySQL … | |
hello I have created a website where voters vote for their favourite website. I have used radiobox. does anyone know how to count the votes in terms of percentage after the user has voted. The result should come up in a new webpage. Also the website should not allow a … | |
Today is my first day learning php so be gentle :-| In vb6 102 Xor 49 = 87 I can't get this result in php. I think the php xor can only be 0 (well a blank string) or 1 so i don't understand what to do. Any ideas? Thanks … | |
I have made a form ( [url]http://www.rhstrack.com/bio.htm[/url] ) that puts the information onto another page. The problem is that it puts a back slash ( / ) before any quote marks ( " ) - which are used because the form asks for a quote. How do I get around … | |
I do have a webpage and i wanna put a froum inside it but im having problem installing phpBB2.. i have unzipp it and uploaded into my server (without installing) just copy and paste, is there anything that i should do or install to make my phpBB2 forum work in … | |
Hi all! I need to export some data from a table (let's say table X) but I do only want to export some of its field (for example if I have f1,f2,f3,f4..I only want f1,f3 to be exported) so how can this be done using phpMyadmin? Thanks in advance. | |
I already have have a members login script.... but i have to manually delete users.....what i reaaly need is to know how to make member expire after so many days with a php script. (free or very cheap) :cheesy: | |
On behalf of the Security Community I have been asked to spread the word on this threat as it is very real and growing worse as time passes. Posted on Saturday, 25 December 2004 @ 16:33:38 EST by Paul Laudanski at [url]http://castlecops.com/[/url] [quote]Folks, it seems that Santy worm has taken … |
The End.