39,320 Topics

Member Avatar for
Member Avatar for profitblaze

First of all thanks for all the helpful advice. It's great to have a site like this to turn to for help. My question is this (I think this idea would be valuable for many): I would like to have members of my affiliate program be able to promote a …

Member Avatar for PoA
0
128
Member Avatar for Stick

I have a web page that prints a number from a mysql database. Can anyone tell me how to show this number as a percent? Does it need to be formated that way in the database table? or Can I format it that way using the printf function at the …

Member Avatar for RamiroS
0
435
Member Avatar for new comer

:o [COLOR=Blue]undefined[/COLOR] hi i have just got PHP Desigener 2005 and put a PHP chat chat room on my website buy i carnt do nothing with it as i am new to any form of coding i am looking for a web site whare i can get some free stuff …

Member Avatar for DanceInstructor
0
158
Member Avatar for yni420

Hi there recently i decided to try my hand in php. but have not been successful in installing it. I have installed Apache and php but not able to get it working. I have php.ini file to the windows folder dll files to the system folder. made changes to php.ini …

Member Avatar for anandgagrawal
0
132
Member Avatar for tom2169

I purchased a pre-created website that was written in php. I changed hosting companies to 1&1. After that a conflict with phpMyAdmin started and I don't know where to go in my code to point to mysql correctly. If anyone knows php or mysql that can help me out it …

Member Avatar for DanceInstructor
0
130
Member Avatar for mikeandike22

Hey i am looking for a phpbb script/hack/mod whatever you call it that would allow the forum users to write posts in quick reply like on this forum. Does anyone know where i can get this. Also i have this problem where to login to the forums it won't recognize …

Member Avatar for mikeandike22
0
180
Member Avatar for Stick

I have a mysql database that has three tables. customers, orders, and order details. I want my customer to logon using a username and password that will show a list of his current orders. From there I want to be able to click on any given order and see the …

Member Avatar for RamiroS
0
158
Member Avatar for androstendione

hi im new to php/mysql i have developed a code in asp and converted it to php with asp2php programme. the original solution asp/sqlserver iis works fine..the new solution will be a iis php mysql. mysql server works fine iis works fine however the php wont let me connect to …

Member Avatar for androstendione
0
401
Member Avatar for choky

Hello, I would like to send a specific string of commands to a USB device connected to my computer. Is there a PHP function that allows this? Thanks, Choky

Member Avatar for hollystyles
0
759
Member Avatar for user12345

I have a .php file that reads an .rtf file on my server and uses str_replace() to replace certain variables within the document. I can do that fine, but I am having trouble writing more than one element to a single variable...i.e. I am pulling several products from a mysql …

Member Avatar for Gary King
0
76
Member Avatar for ruffy

I run a [COLOR=Blue][B]WIN2000[/B][/COLOR] box with [COLOR=Blue][B]MySql 4.0.23[/B][/COLOR]. I tried installing once and failed, but DID manage to get past the initial page. [B]The failure came when I tried to log in to configure phpBB2[/B]. So I tried some other forum software and failed there too. I decided to come …

Member Avatar for Zachery
0
504
Member Avatar for Zachery

For such scripts like IPB, vBulletin, and photopost. Basic questions and trouble shooting can be asked here. However, for help with importers or anything more serrious you should contact the offfical sites where you should have support for that product. Thanks

0
74
Member Avatar for Stick

Can anyone help me with an if statement? My script looks like this. $results= mysql_query("SELECT * FROM customers WHERE username='$user'and password='$pass'",$db); if ($myrow = mysql_fetch_array($results)) { do { [COLOR=DarkOrange]I WANT THIS TO GO TO "details.php"[/COLOR]} while ($myrow = mysql_fetch_array($results)); } else { echo "Sorry, Incorrect Username or Password!"; } I'm …

Member Avatar for paradox814
0
84
Member Avatar for Stick

Can anyone help me with the script to show records on a database based on the input of a text field on a form?

Member Avatar for Stick
0
126
Member Avatar for techie

hi, I have one doubt. i want to execute a PHP program at particular time for example for every evening at 8:00 how the code should be?

Member Avatar for DanceInstructor
0
92
Member Avatar for JonEdangerousli

Uber newbie here. Have downloaded three different form scripts but none of them will actually send the email. Using yahoo small business standard hosting which says they support php. The form appears to work, it refers to the correct page, but no email. I don't know how to enable logs …

Member Avatar for 1andyw
0
320
Member Avatar for junvalasek

I want to install my own php script into my server (shared) but the moment I test my page, the following errors occurs. [CODE]Warning: main(): Unable to access ../includes/global.php in /home/linkme2u/public_html/paidmail/site/index.php on line 3 Warning: main(../includes/global.php): failed to open stream: Permission denied in /home/linkme2u/public_html/paidmail/site/index.php on line 3 Warning: main(): Unable …

Member Avatar for DanceInstructor
0
167
Member Avatar for MCAmy

if(preg_match('`^[^@]*@{0,1}[^@]*$`',$string)) I had this written for me, but struggling to add in one other validation. I want to be able to also allow lowercase letters, but no special characters, numbers or uppercase letters. Can someone please help?

Member Avatar for paradox814
0
69
Member Avatar for Robert Paulson

I looked through the forum listings and this seems to be the most appropriate place. Please be kind if it isn't...I'm new here. :) So here's my situation/problem: I run a forum site - groundtradesxchange.com. I have a portal page that I like very much, but it seems like the …

Member Avatar for DanceInstructor
0
149
Member Avatar for ruffy

Hi. I use Win2k PHP 4.3.1 MySql 4.1.9 [B]Trying to install phpBB 2.0.11[/B] My phpBB files are in C:\BB There I added the directory ..\BB\forum PROBLEM: I can't get past the html "start install" page. On that page - In Admin Configuration section: [B]a)[/B] Where it asks for ADMIN info; …

Member Avatar for madmatt
0
175
Member Avatar for Luckasoft

Dear friends! We are asking your opinion on beta-version of our PHP Editor 3. Some people ask what is the point of yet another editor. We see our niche as low cost solution-a set of several tools with everything a web-master might need. It is still a long way to …

Member Avatar for DanceInstructor
0
158
Member Avatar for pepsoft239

Hi All I have the following requirement to be implemented in PHP & My SQL database with Apache Server. I have to write a PHP which will get a HTTP request from Client and immediately respond back with a Token # (Random number). Once the Token number has been sent …

Member Avatar for zobier
0
87
Member Avatar for autocrat

Hi folks.... OK, I'm attempting to learn several extras to go towrds web programming... and have come to the conclussion the best way to learn it all is to fiddle.... the best way to fiddle is at home...securely....so I am trying to set my PC up as a server... Apache, …

Member Avatar for autocrat
0
159
Member Avatar for sam1

hi guys i have created a html and php based voting page. i want poeple to only vote once can u give me advice either i should use cookies or ip address. and if u get me started as well i will apreciate it thanks :-| :-| :-|

Member Avatar for mcldev
0
114
Member Avatar for AMulligan

Hello, 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 $_POST variable. Here is the code: [PHP] $to="MyEmail@MyAddress.com"; $subject=$_POST['course']; echo …

Member Avatar for mcldev
0
96
Member Avatar for Swashbuckler

Hi guys, hope you can help me. I've created a form in Dreamweaver (using the insert record wizard) which is linked to a MYSQL database. Trouble is once all the information is inputted and submitted I want the page to reload itself again so I have a fresh form to …

Member Avatar for mcldev
0
100
Member Avatar for MrTorch

I know the server is there, I used an install php to create the tables on the database. And Tables made it there. But this is what I get when I try to create a user. I'm Stumped. Warning: mysql_connect(): Unknown MySQL Server Host '<mysql29.secureserver.net>' (2) in /home/content/J/D/e/JDenham/html/connect.php on line …

Member Avatar for mcldev
0
156
Member Avatar for odee

i can't connect to mysql. the error is [code] Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:\Documents and Settings\... [/code] im using the script here in the php tutorial: [code] $Host = "mysqllocation"; //location of mySQL on server $User = "username"; …

Member Avatar for mcldev
0
166
Member Avatar for mailtomee

hi all i am from kerala, india. i wanna convert a text which is in one malayalam font to another malayalam font through php script. and i am new to this, i mean i have no idea how to do this. Any body please tell me how to achieve this.. …

Member Avatar for Gary King
0
77
Member Avatar for mcldev

My simple HTML script below uses SELECT to create a list which should be accessed by the PHP script as an array. Note the `products[]` definition below. BUT.... I can't seem to get the script to read the array from` $_POST` - anyone know how to solve this? <HTML> <TITLE>Input …

Member Avatar for mcldev
0
119

The End.