39,320 Topics

Member Avatar for
Member Avatar for satees

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

Member Avatar for Puckdropper
0
90
Member Avatar for bazmanblue

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 …

Member Avatar for Puckdropper
0
107
Member Avatar for vssp

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

Member Avatar for digital-ether
0
268
Member Avatar for assgar

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 …

Member Avatar for assgar
0
182
Member Avatar for EnderX

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 …

Member Avatar for sn4rf3r
0
128
Member Avatar for okparrothead

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 …

Member Avatar for okparrothead
0
136
Member Avatar for mahe4us

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 …

Member Avatar for digital-ether
0
937
Member Avatar for mindzen
Member Avatar for ntony

[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 …

0
57
Member Avatar for vssp

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 …

Member Avatar for vssp
0
75
Member Avatar for EnderX

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 …

Member Avatar for EnderX
0
90
Member Avatar for mahe4us

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 …

Member Avatar for tgreer
0
81
Member Avatar for besart

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 …

Member Avatar for tgreer
0
76
Member Avatar for hbmarar

[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 …

Member Avatar for hbmarar
0
186
Member Avatar for assgar

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 = …

Member Avatar for assgar
0
166
Member Avatar for CTEshopping

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 …

Member Avatar for Puckdropper
0
138
Member Avatar for EnderX

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 …

Member Avatar for Puckdropper
0
100
Member Avatar for Harry smith

Is there an ASP to PHP converter? i have heard there are some. Have any of you ever used it.:?:

Member Avatar for sn4rf3r
0
76
Member Avatar for alice1

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 …

Member Avatar for sn4rf3r
0
60
Member Avatar for assgar

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 …

Member Avatar for assgar
0
1K
Member Avatar for Elle0000

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 …

Member Avatar for Elle0000
0
117
Member Avatar for nnhamane

Can anyone tell me what is the procedure to insert PHP in HTML language?And will file extensiton also change?

Member Avatar for Puckdropper
0
1K
Member Avatar for rachaelmom

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 …

Member Avatar for Puckdropper
0
59
Member Avatar for EnderX

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 …

Member Avatar for Rhyan
0
98
Member Avatar for Spudster

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 …

Member Avatar for Puckdropper
0
86
Member Avatar for rdub

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']; …

0
88
Member Avatar for artiry

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 …

Member Avatar for artiry
0
143
Member Avatar for pit

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 …

Member Avatar for Puckdropper
0
62
Member Avatar for Newboy

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 …

Member Avatar for Newboy
0
96
Member Avatar for Shanj

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. …

Member Avatar for Dani
0
50

The End.