39,402 Topics

Member Avatar for
Member Avatar for ridge321

The installation instructions to install php on a unix os is /.configure --with options make make install but there is no make file in the directory can i get some help please get some help

Member Avatar for ridge321
0
103
Member Avatar for Sheriff Mole

I've got a phpnuke site with the phpbb forum built in. When someone joins and chooses an avatar from the gallery it will not make the chosen avatar disappear. Anyone got any ideas on how to solve this obvious fault. I have searched for other posts answering the problem, but …

Member Avatar for Sheriff Mole
0
153
Member Avatar for Mayhem50

Hi I’ve got some clients who have there products on several sits and don’t wish keep entering data for each site. So I want to do some screen scraping but I’ve been having a problem creating a lazy regular expression that will allow me to put each table row from …

Member Avatar for Mayhem50
0
101
Member Avatar for gurlzlubme

Hi. Currently I am running a phpbb forum off of a server, and I was givin a javascript for a simple clock with date. I would love to learn how I can implement a second one, which reflects the exact time of another location across the world. i.e. a clock …

Member Avatar for [KIGR] Mordrid
0
195
Member Avatar for sayangjoy

Hello Php-Nukers. I`ve got a problem.. My forum doesnt work properly :rolleyes: [url]http://www.frustratie.com/modules.php?name=Forums[/url] I can see the forum load.. but cant put any topic or whatever . I`m using php 7.3 When i look into the module on the left i see a navigation column. when i click on forum …

Member Avatar for gmichae
0
613
Member Avatar for jsamson

Working on a User Registration System and when I am testing my page on the browser (I'm developing using mac) - but its giving me a Parse error on line 27. please help, what am I doing wrong here? 1<?php require_once('Connections/db_d4f2005.php'); ?> 2 <?php 3 function sendMail($to, $hash) { 4 …

Member Avatar for fambi
0
111
Member Avatar for iwonder

Hi You must have seen those Signature of people which show us the IP address .. here`s how you do it . :cool: : 1. First save a blank .txt file named counter.txt 2. then open notepad (or any PHP-editor u use) and paste this code : [PHP] <?php $TextFile …

Member Avatar for mikeSQL
0
157
Member Avatar for Young Teck 06

Something that I found a very completely good idea, I must say I am still kind of shocked of the version change. What people thought would be the 2005 forum debut of phpBB 2.2 is no more. :cool: What this means is that, now, its time for phpBB to make …

Member Avatar for php4ever
0
323
Member Avatar for Mighty_Squid

Ok, I'm not really a moron. I can figure out most web scripts like Java but PHP and servers I can't figure out. I plan on using phpNuke and phpBB. I installed phpBB without a problem. I can NOT figure out phpNuke. The [url=http://phpnuke.org/modules.php?name=PHP-Nuke_HOWTO]documentation[/url] leaves much to be desired. Are …

Member Avatar for iwonder
0
163
Member Avatar for paradox814

i didn't see any html forums so I'm posting this here... what should we use in place of the align tag since it has been deprecated? i know it has been replaced with css, so how would i convert the following two tags? <p align="center"> </p> <td align="center"> </td>

Member Avatar for steveneven
0
127
Member Avatar for Mighty_Squid

This is a simple thing but I havn't found it by searching so I will just ask. I am not sure if this is a php code but since my CMS (e107) is written in it I felt I should ask here. So the little icon you get in the …

Member Avatar for paradox814
0
153
Member Avatar for weexpectedthis

Does anyone know how one would go about precaching some images for a page I'm creating? The trick is, I only know which pictures to precache at the very top of the script, so the list can't be stored in a .js file like normal. Since there are different pictures …

Member Avatar for paradox814
0
170
Member Avatar for Cup of Squirrel

I have recently installed php nuke into my web host by extracting all contents of "html" folder into my main directory. I went to "http://www.myhost.com/admin.php" to find this error message: [code] Warning: main(language/lang-.php): failed to open stream: No such file or directory in /home/killtpfn/public_html/mainfile.php on line 183 Warning: main(): Failed …

Member Avatar for PoA
0
110
Member Avatar for scoobie

Hi, i was wondering if anyone can help me. i have an a form that has two options A and B in it. when the user choses an option and clicks submit a php script is executed. what i want to do is if the user selects option A then …

Member Avatar for YoungCoder
0
86
Member Avatar for scoobie

hi, i was wondering if anyone could help me. i'm new to php and i'm having problems setting up a session. i have a login page (page1) where the user inputs their username and password and when they click the submit button they are brought to another page (page2) where …

Member Avatar for scoobie
0
103
Member Avatar for EPierre

Morning all, I don't know how to solve this problem Here it is: $price_unit = "20.45" $qty = 'qty'; $net = 'net'; $net = $qty * $price_unit ; as: 0<$qty<10 to parse in a textbox. I do that : if ($qty =0) { $net =0; } elseif ($qty =1) { …

Member Avatar for zippee
0
88
Member Avatar for BeyerCorpuz

[SIZE=3]PHP Saving[/SIZE] I just bought a book to learn PHP/My SQL. It does not thoroughly explain how to install PHP an SQL on my server( However I did use the accompanying cd to start download of files). My problem is , after I write source code in notepad and save …

Member Avatar for zippee
0
149
Member Avatar for frustratedkim

Somehow my code keeps getting extra spaces at the end after the last ?> No matter what I use, or what I do, I keep getting it and it is causing function errors. Any suggestions?? Thanks!

Member Avatar for zippee
0
181
Member Avatar for DiscJockey

Hello peeps i need some help for a template system. i want to make a script so when a user submits a article/tut it automaically sends me a email with a link in it + plus the submited article/tutorial when i click the link it automatically puts the tutorial into …

Member Avatar for zippee
0
125
Member Avatar for joey101

Ive created this awesome CMS, you see, but one problem... It reades every thing from the catch! NOT GOOD! Like that I have to refresh the page every time I wan't to see changes in it! Is there a way to make is so that the website doesn't read from …

Member Avatar for joey101
0
420
Member Avatar for seand10

I have a website that requires users to register. When they register their details (name, dob etc) go into an sql database. The form it goes into is called User_dtls. I want the users to be able to edit their own details through the website but im not sure how …

Member Avatar for paradox814
0
80
Member Avatar for ep2002

Help ! Can someone help me quickly LOL I'm trying to switch over to a new server & all of the PHP & Javascript stuff is missing :( See, current server... [url]http://www.exoticpublishing.com[/url] New server... [url]http://216.82.123.216/[/url] The left nav is missing, the right newscroller is missing & the last date & …

Member Avatar for joey101
0
306
Member Avatar for joey101

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? …

Member Avatar for joey101
0
302
Member Avatar for alee

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 ;) - …

Member Avatar for paradox814
0
92
Member Avatar for AMulligan

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 …

Member Avatar for paradox814
0
88
Member Avatar for viperman224

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 …

Member Avatar for paradox814
0
88
Member Avatar for voorheese

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 …

Member Avatar for paradox814
0
56
Member Avatar for Dani

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]

Member Avatar for knight42
1
4K
Member Avatar for nikez

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) …

Member Avatar for nikez
0
181
Member Avatar for nikez

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 …

Member Avatar for nikez
0
192
Member Avatar for woodendart

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 …

Member Avatar for knight42
0
125
Member Avatar for Samantha-girl

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?

Member Avatar for ReDuX
0
178
Member Avatar for Sim

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 …

Member Avatar for HawkeVIPER
0
87
Member Avatar for Dani

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 :)

Member Avatar for Gary King
0
96
Member Avatar for nikez

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 ;)

Member Avatar for fpepito
0
516
Member Avatar for nikez

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 …

Member Avatar for ReDuX
0
389
Member Avatar for nikez

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 …

Member Avatar for nikez
0
159
Member Avatar for paradox814

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 …

Member Avatar for mikeSQL
0
61
Member Avatar for toxicSugar

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 …

Member Avatar for mikeSQL
0
127
Member Avatar for driverside

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 …

Member Avatar for mikeSQL
0
69
Member Avatar for ringworm

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 …

Member Avatar for mikeSQL
0
90
Member Avatar for paradox814

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'

Member Avatar for SmoothDime
0
61
Member Avatar for sam1

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 :) :) …

Member Avatar for SmoothDime
0
70
Member Avatar for mvblhp

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

Member Avatar for Comatose
0
122
Member Avatar for derekparnell

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 …

Member Avatar for derekparnell
0
155
Member Avatar for sam1

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 …

Member Avatar for sam1
0
154
Member Avatar for adam3223

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 …

Member Avatar for demo
0
103
Member Avatar for stupidfly

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 …

Member Avatar for demo
0
189
Member Avatar for UNE

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 …

Member Avatar for Young Teck 06
0
368
Member Avatar for lina2401

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.

Member Avatar for igotdreams
0
136

The End.