39,320 Topics
| |
I am new to PHP and I don't have a seperate server. I am running Dreamweaver CS3 with Developers toolkit and Xampp 2.1.10. My problem appears to be that I cannot get my head around whether I need to have a seperate server, or whether I can do everything locally. … | |
Hi I'm new here and new in the industry, I'm focused in designing right now... but still interested in developing dynamic websites. I just want to ask if there is an available script that writes a text file in a FTP server then show in a scrolling text in FLASH. … | |
I Am New To Php Can Anybody Pls Help Me With Some Beginners Tutorials And Also Mysql Tutorials..............thank U | |
I have uploaded the site and get this error message on the home page: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/content/d/t/e/dtedder/html/index.php on line 55 line 55 of index reads like this: $totalRows_rsArticles = mysql_num_rows($all_rsArticles); Any suggestions? | |
I hv make an html page on which there r 2 fields of username n pw n a login button.For Authentication code I make another file named "check.php".Kindly guide me that hw can I give the refernce of the form objects in this file as I need the values of … | |
Hi, I integrated the ogone module and other modifications as said in the module integration steps... i am getting a problem saying the accepturl is more than 200 characters. I hope that some experts would be here who might have explored this road. I request for some tips and pointers … | |
Hi.I'm new here.I'm looking for codes for a login form.Be great if you guys could help me out,it's for my thesis.thanks! | |
I use PHP to access a XML data file. I don't want that XML to be access by browser(see) access only data with php. How to block the access to the XML for everithing else except the PHP file? | |
I've just started looking at OO PHP and was wondering how you would access an object in a script other than the one that instantiated it. For example: [CODE] <?php // file: animal.php Class Animal { $name; $noise; function _construct($nm, $no) { $this->name = $nm; $this->noise = $no; } function … | |
I have a website (php/mysql) that I've had for years and have been using the same host. I am changing hosts for a variety of reasons. I have created a temp domain on the new host and uploaded the site. I made no changes at all to the coding, but … | |
I try to get images on search by criteria. firstly i got result correctly. but click next page the result shown to me wrong result. this is my code.can any help... <?PHP if(!isset($_GET)) { $page = 1; } else { $page = $_GET; } include("connect.php"); $max_results = 8; $from = … | |
I am a teacher and am having trouble thinking of ideas for my summer computer science class. We deal with HTML, CSS, JavaScript, PHP, and MySQL. The project should be fairly adept in order to challenge my students...they are training for a rigorous national competition. Please help me! Thank You … | |
I am about to pull what little hair I have let trying to figure if this is possible. On my website I have a drop down menu with different tables in the drop down part. What I am trying to do is have a user choose the table to get … | |
Hi folks, now i have my form up and running, i would like to get it protected against spammers. I did a google on it but it seems hard for me as a newbie to get it right so i ask for your advice. Would the following code, inserted after … | |
Hello, Can you give me the code wich shows me the files and folders in the current folder by FTP? THanks. | |
Hi folks, just registered here in the hope to get some help. I'm new to PHP and have following problem: a simple form used to get the field inputs into my email box. But although i get a "successful" page upon sending, nothing drops in my mailbox. Here's the full … | |
I have a confusing anomoly and so far no tech I've asked can figure this out: In my business I run a website that I develop from my computer which networks to the server (so the actual root web sits on the server) then I upload to the web host. … | |
My web designer disapeared and left me with my site done in PHP and MySQL. It was all ok until the other day when something suddenly stopped working. I don't know anything about MySQL or PHP. On my site when you click 'recently added' it used to display products in … | |
I posted this question in the Webmasters Lounge, then I saw the sticky about not posting technical questions there, so I'm re-posting it here. It doesn't necessarily have to be PHP, but that's what the rest of the site is coded in. I'm using IIS on Windows 2k3 R2. What … | |
i recently switched hosting providers over to godaddy and now this admin/login system that i worked on is not working. the db is installed. the code is back in the same place. the username/password/db name/localhost has even been updated. i just keep getting the same error. i am a little … | |
hi i am install php in my pc. but it is not working i dont know what is the problem. kindly reply me... | |
Hi I am not sure I am approaching this correctly. I need to increment the appointment time by 15 mins for each loop. This is would be the correct result: 13:00, 13:15, 13:30, 13:45, 14:00, This is what I am getting: 13:15, 13:15, 13:15, 13:15, 13:15 The user selects the … | |
is it possible to store a query globally? if so, how can this be done? thanks. | |
good morning everyone. i have pretty much correctly implemented a browsing function to look at table information 3 rows at a time. here's the problem: my front end builds the search query from user-entered information, so when i hit the "Next" button to see the next 3 rows that fit … | |
i am using iframe. it works in internet explorer which show the content of word file but in mozila download the file. How i solve it in mozila firefox. Any one help? | |
I m beginner in Php-Mysql. I have installed apache PHP-Mysql but still it is showing problem in running the script. I really need a help to learn it. Anyone is there who can solve my problem. | |
hello my friends :) I'm new to web dev so ive started learning PHP. i have a couple of questions... 1. Can i change the default .php extension to .whatever ? 2. Can i change something.html to something.whaever extension? in Apache Mod rewrite? i mean SEO. i want to make … | |
Hello to every body who visit this thread I want to prevent view source(html tags & javascript scripts) of the page with php. I've studied php manual withuot any success how can I do it? Is it possible | |
I couldn't find anywhere to ask this question and i'm working with PHP so i thought i would ask it here. What would be the SQL statement to modify a database field from 'YYYY-MM-MM' to 'DD-MM-YYYY'. Thanks, | |
i've got a front end that upon the user entering criteria it displays the 1st 3 records that match that criteria. is there an easy, or somewhat easy way to display the next 3 records? and possibly even be able to go back browsing thru matching records in groups of … |
The End.