39,320 Topics
| |
I just read an interesting oracle article comparing PHP4, PHP5, and ASP. I would suggest anyone questioning the PHP/ASP debate to read the article: [url="http://www.oracle.com/technology/pub/articles/hull_asp.html"]http://www.oracle.com/technology/pub/articles/hull_asp.html[/url] | |
I have a login script, I want to modify it to restrict the sharing username access, by IP address, what will be a good method to do this? thanks. | |
Hello please help Total php beginner please help i am going crazy my home-page opens finishes loading but with error's on page and my hitcounter does not display on my site but it's still logging my site I looked through my site files and found this error below. Is this … | |
I am getting the following error: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/champion/public_html/search.php on line 34 when doing a search for text in a description or product name. The error only happens when I do a search for multiple words. Here is the code: … | |
Hello, I am trying to set up the phpbb forums on my site using MySql and I don't understand how to link MY site to the DATABASE. I also can't seem to figure out where my username, password, and the name of my database as I need them for the … | |
Hi there all, I'm about to develop a site with a DB backend & I want to know how one goes about doing organic SEO if most of the site is DB driven. There will be some text on the page, but certain things that are pulled from the DB, … | |
Hello all, first off, I am no PHP coder. I would like to display RSS feeds from other sites, to my index.php on my site. I found this script at [url]http://www.feedforall.com/free-php-script.htm[/url]. It's a php script for this just that, but it displayes in the php file (rss2html.php) OR a .shtml … | |
Can anyone suggest any free/pay script or software of online HTML editor? I want my users to be able to create html page on my website and save to database or text file. TQ. | |
I am a post graduate [B]I was approached by a company to design for them an Intranet using PHP[/B] i just want to know is this a complex issue or is it easy, bcoz in college( those unknown colleges) we didnt do that much [B]PHP[/B] IF U MAY PLease give … | |
hello i have decided to split my products into categories. each product has a category from 1-5. how do i make this page display products relevant to the category I have made links to each category on this page on the left. I dont know if this is the way … | |
please help me when i run my code by using Mysql_num_rows() Warning: Supplied argument is not a valid MySQL result resource in c:\inetpub\wwwroot\php\connect to database.php on line 13 this is my code <?php /* declar some relevant variables */ $Host = "localhost"; //location of mySQL on server $Table = "books"; … | |
My web hosting control panel had this free script section that listed PHPBB2, when I installed it, I got a thing called PHPwebsite copyrighted by Appalachian State Univ. It's a GNU licensed product, so is it the same thing? maybe just a modded version? It seems the same... I just … | |
I made a little code to update record in database like this: [PHP] require_once('includes/config.php'); if ((isset($_POST["DO_update"])) && ($_POST["DO_update"] == "edit_product")) { $ProductID = $_POST["txtProductID"]; $CategoryID = $_POST["txtCategoryID"]; $ProductName = $_POST["txtProductName"]; $ProductPrice = $_POST["txtProductPrice"]; $IsRebate = $_POST["selIsRebate"]; $RebatePrice = $_POST["txtRebatePrice"]; $ImageFileName = $_POST["txtImageFileName"]; $BigImageFileName = $_POST["txtBigImageFileName"]; $ProductDetails = $_POST["txtProductDetails"]; $query_update = … | |
Hey people, for the past few months i have been looking into C++, java and php. My web design is mainly about flash, photoshop and dreamweaver so im trying to brush up on my programming skills. Basically i have a client who wants me to design them a website which … | |
hi If you click on the following page [url]http://www.bluetipdvd.co.uk/indexd.php[/url] and the click on the two product links a new window opens which displays some more info. I am trying to make it so the window that opens displays info relevant to the the link that was click e.g clicking on … | |
How to run web PHPscript in specified user, not in apache(default). In linux you create user test, and he has rights like root. Now you want to run [url]www.yoursite.com/test.php[/url], and script test.php is a execute script. But by default scripts are treated like user apache,but apache hasent got enough rights … | |
I've been getting errors by putting tabs in my script to make it a little easier to read and more organized. As soon as I take the tabs out, the errors go away but the script is very ugly. I even tried using 4 spaces in place of the tabs … | |
Ok here is what I want to do: I am going to have a "6 upcoming events" (baseball games) section on my website but I want to be able to enter all of the games on one day and have it show the 6 upcoming games on the website. The … | |
Hi guys, Sorry to make my first post so elaborate, I hope to provide help to others soon... :lol: I'm looking at co-locating a web server, the purpose of which will be to host as many small scale websites as possible. Unfortunetely, I have very little knowledge of webserver hardware … | |
Hi, im trying to install a php board using invision 3.0.7. Its working nicely, but the user.php is causing probelms. When in the Admin Controlpannel, I cannot "add new users" or "search for users". Also, when the option to "Moderate New Members" is on i get an email, that someone … | |
I WANT THE FOLLOWING FORM'S RESULTS TO COME TO MY EMAIL ADDRESS! I HAVE NO IDEA HOW TO MAKE THE FORM FUNCTION. Could someone please guide me through ? [COLOR=DarkRed]<table width="681" border="1"> <tr> <td width="164"><span class="style11">Ebay Item Number : </span></td> <td width="420"><div align="left"> <input name="item" type="text" id="item" size="60"> </div></td> </tr> … | |
Hello Dani PHP Members. My name is Michael, I have been looking online for a place to learn php and at this point I have given up. I am wondering if there is anyone on here that can teach me php and mysql. Or if you know of any places … | |
Hi, I have a file with the dbase connection details which I call into my script using: include("config.php"); Problem is that when I need to include a page redirection, namely: header("Location: other_page.php"); I get an error saying that headers were already sent from the line with the include("config.php"); How do … | |
Hi all, I have recently created a website (hosted through godaddy.com) for an online gaming guild and after using phpBB (v. 2.0.15) to make the forums, I stumbled upon php-nuke (v. 7.6 is what I would be using). Now the forums have already been running for a few weeks, and … | |
Hello php gurus! i need help with a little script, i have to import a tab delimited files into a mysql db file.tab [CODE] "user1"TAB"pass1"TAB"miscdata1_1"TAB"miscdata1_2"TAB"miscdata1_3"TAB"miscdata1_4"TAB "user2"TAB"pass2"TAB"miscdata2_1"TAB"miscdata2_2"TAB"miscdata2_3"TAB"miscdata2_4"TAB [/CODE] Here is what i have programmed with the help of google [CODE] <? include('config.php'); $conn = mysql_connect($dbserver, $dbuser, $dbpass); if (!$conn) { echo … | |
I have a full name passed to my webpage in the format 'lastname, firstname'. So if $a = 'Doe, John' what could I do to parse this field out using the comma as a delimiter, and end up with $b containing 'John' and $c containing 'Doe'. I would appreciate any … | |
Hi, I have a problem with resolving the HTTP request message. I am trying to pass the xml structure as a message body in the HTTP request. After that I want to read it in my PHP script file on server side. I can read all the headers, but I'm … | |
[FONT=Courier New]dear all, I have made a look-up talbe in php that reads from a sql table. one table, pair has pair_id as the primary key one table, pairHistory has actions when information for a pair_id changes and the look-up table logs the transactions, the many to one relationship pair … | |
how would one go about making a login script using sessions that save to the database? | |
hi all I already have a website running (not php). The problem is that i want people to sign up so i know how many people are actually regulars on my site. The thing is know how to i insert a database to my webpage, my i create a new … |
The End.