39,320 Topics
| |
Hi friends, I need to implement the "video rating" option in my website. Its some thing like "*****" should be used to rate the video. Any idea how to implement this feature ? Thanks, Satees | |
Im using a free php script where i have to edit the config file. i have edited the password field to the one i want it to be but when try login to the admin it says my password is wrong. the files are uploaded so im not sure whats … | |
Hi friendds I need to reating the messages using php code. I need some suggestion. For example some sites scripts are rated in ***** Tha same action im-plemet my applicaiton. How to add ? please send me any ideas Thanks vssp | |
Hello I have information comming from a form to the process below. the process validates user input using preg_match found in a function (valid.php) before inserting into a mysql database. This is my first attempt to use preg_match to validate user input and may have coded it incorrectly. The database … | |
I have been attempting to upgrade a SuSE 9 linux box from php 4.3.4 to php 5.1.6. I have something working, since I'm able to run my old programs under the new setup, but I'm fairly certain I've done something wrong somewhere; using the phpinfo() command shows that I'm still … | |
Hello gang, Here I am with another Newbie question. I'm creating a photo gallery for my Web site. Right now I use a series of links to create the gallery: [code]<a href="./images/gallery/photo1.php"><img src="./images/gallery/thumbs/tn_photo1.php"></a> <a href="./images/gallery/photo2.php"><img src="./images/gallery/thumbs/tn_photo2.php"></a> <a href="./images/gallery/photo3.php"><img src="./images/gallery/thumbs/tn_photo3.php"></a>[/code] My Linux host will already make the thumbnails from images I … | |
Hi everyone, Iam a nuubie to PHP. I have faced some problems in my project. I want to access a server(folder in server) through script run by another server. Its possible to access the files kept in one server through script run by another server. Please anyone help me. Its … | |
[COLOR="DarkRed"][B]OBJECTIVE[/B][/COLOR] • Seeking a position of software developer working with Java/J2EE, Hibernate, Velocity, XML, … , telecommute • Able to work under stress, with tight deadlines [COLOR="darkred"][B]EXPERIENCE[/B][/COLOR] • 5+ year of experience as software developer at MaxIQ Computer • 3 year of experience as web developer at MaxIQ Computer and … | |
hai friends I have stored the all the image names array and i am diaplaying 4 immages per each page. If totaly 10 immages in my arrey first two pages diaplayinng 4 immages but third page displaying 2 immages only but i want if commplete the arry valuses again start … | |
I'm trying to upgrade from php 4.3.4 to php 5.1.6 on a system running SuSE 9. I [I]thought [/I]I had correctly followed the instructions in the install manual that came with the download, but when I restarted apache2, running the phpinfo() command still shows my system as running 4.3.4. There … | |
Hi everyone, I have tried to copy the images in my local folder to the server using php script without using the upload function. But it displayed errors. While accessing the folder from server it displayed no such file in this directory. Can anyone help me how to copy the … | |
I need your help for this example: How should my php code look if I wish to display some information which before I posted to my database. To be more cleraly; I post an article, and I choose an option (for. example hot option) with a radio buton. And know … | |
[B]Wishing you all a Happy new Year wishes.[/B] Hi good morning. I thought of sharing with you a requirement that i am not clear and thought as an expert you might be able to help me out with pointers and logic.Well, I would try to be brief:- I have a … | |
Hi Can you see somthing I am missing? My form is passing arrays to the process and the process is producing some errors. I cannot see any problems. In fact I have two other simular foreach loops that are not creating errors. Thanks [php] <?php $fee2_choice = strip_tags(trim($_POST['fee2_choice'])); $fee2_choice = … | |
Help! I am brand new at writing php and have an error that I can't see. I am totally new at PHP and am wading in with both feet. I tried to change a header in my osCommerce store setup. I am making the changes in the header.php file and … | |
I've been requested to upgrade php on a number of systems. Currently, they are running version 4.3.4, and the most recent upgrade on the php.net site was version 5.1.6. I've never done this before, and have little clue what I'm supposed to be doing. I'm hoping that once I get … | |
Is there an ASP to PHP converter? i have heard there are some. Have any of you ever used it.:?: | |
I have a problem of pagination of turns out you of one query of search on a DB MySQL. With this code I succeed to visualize the first 5 records out to you in one page but when go in the successive pages it makes to see the first 5 … | |
Hi Developemnt on win2003 server. Final server will be linux Apache,Mysql and PHP is being used. I use 2 scripts(form and process). The form displays multiple dynamic rows with chechboxs, input box for units of service, description of the service and each row has its own dropdown list of unit … | |
I need to troubleshoot PHP code to store the results of a poll, and to display the results. I have started the code but am really confused how to properly use the CREATE DATABASE, CREATE TABLE, INSERT and SELECT statements. I need help with this, as well as how to … | |
Can anyone tell me what is the procedure to insert PHP in HTML language?And will file extensiton also change? | |
Hi, I am calling a linux process from php as: $cmd = `/blah/something_startup start &;`; It's seems fairly obvious that php is waiting for something to be returned. It just kind of hangs around waiting and won't move to the next line of code. So, to work around it I … | |
There's probably a simple solution to this, I simply don't know what it is. I'm working on a php-driven web form, information to be submitted to a database. A number of the fields on the form correspond to [B]not null[/B] areas in the db, so I need to figure out … | |
Hi all!! Brand new to this place and so far the forum is best by far!! Now to the good stuff: I am currently working on a project that involves php and mysql. The part that I am now is the "admin" section. I am setting up so the user … | |
Seems to search fine but only displays first record of result. Need to display all matching records. Here is the code [code]<? // Connect database mysql_connect("localhost","user","pass"); mysql_select_db("members"); // If submitted, check the value of "select". If its not blank value, get the value and put it into $select. if(isset($select)&&$select!=""){ $select=$_GET['select']; … | |
Hi to all :cheesy: The Problem::-| ======== I was wondering if someone could perhaps help me with a problem i have for a while now. I want to use two dropdowns and a submit button. Sounds pretty easy, but when php and mysql comes in, then it gets a bit … | |
I'm building a price comparison module for my website - the idea is similar to pricegrabber.com I'm seeking the right criteria for the comparison of products to assign them to the ones already existing in a database or state that this is a new product. I see that name, description … | |
Hi/ Bit new to PHP. I am adding a PHP send file to my FTP but I don't seem to be able to get it to work. Can anyone help? In dreamweaver I am indicating method of POST with action of sendmail.php and application/x-www-form-urlencoded. I getting line 91 problems. $headersep … | |
Help please. Can pay a bit for the right person. I need a set of moderators on a vbulletin board to be able to send announcements or start a thread on multiple forums at once. At present announcements are either global, or forum posted one by one. Nothing in between. … |
The End.