38,020 Topics

Member Avatar for
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 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
138
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
400
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
751
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
501
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
122
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
317
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
148
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
153
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 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
154
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
162
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
Member Avatar for zixp

I am using php to search the file names of about 10,000 files. It works now, but for it to find the file the search phrase has to be found exactly within the file name. I would really like to get a fuzzy search feature workings, but things like similar_text() …

Member Avatar for rice_web
0
62
Member Avatar for evilmonkey29

in php i came accross the function [url=http://us3.php.net/checkdnsrr]checkdnsrr[/url]. optionally, you can enter one of the following dns record types: A, MX, NS, SOA, PTR, CNAME, AAAA, or ANY. The default is MX. i have no idea what any of them mean but wanted to use this function to verify e-mail …

Member Avatar for mcldev
0
155
Member Avatar for dannyshi

hi can anybody please help me with this, i had install a php script but i got some problem with mysql_connect the below is the error message: Warning: mysql_connect(): Access denied for user: 'maximus_dbwebnews@localhost' (Using password: YES) in /home/maximus/public_html/webnews/WebNews/admin/func/db.inc.php on line 25 Database error: Link-ID == false, pconnect failed MySQL …

Member Avatar for mcldev
0
159
Member Avatar for TheComputerGeek

**Intro** PHP-Nuke comes preloaded with a lot of metatag information, however the keywords pre-installed are not likely to be very useful for your site. The keywords are keywords that are for a PHP-Nuke information site so unless that is what you are creating you will want to change the metatag …

Member Avatar for Ignite
0
1K
Member Avatar for ArcticWolf

Hello All, I apologize if I missed where this might have been covered in the past. I have a website and do not want the .php extension to show up in the address bar. Is there any way to make it show up as a 'normal' .com address? Thank you.

Member Avatar for PoA
0
93
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
101
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
148
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
95
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
604

The End.