38,020 Topics

Member Avatar for
Member Avatar for raml

I am using PHP 5 and I ran into a problem using $_SESSION and session_start() because they do not store values. I have the register_globals option set to Off and the session.auto_start set to 0. I am running apache 2.0 on my computer (Windows XP) as a test server through …

Member Avatar for Toba
0
170
Member Avatar for Secret Agent

note: couldn't find any flash forum so I am posting here. How do I put a "mask layer" (image) over an animated swf movie? I want the image (my logo) to be static on all frames. I'm using Flash MX. I opened the swf and have no ability to do …

Member Avatar for belama
0
105
Member Avatar for autocrat

OK, I've looked at CMS's, I've thought hard about the best approach to permit/enable clients to alter their content etc..... and I'm stunned at the vast array of basically limitless powqer this app's permit.... yet none of them are simple enough or small enough to just dump and let an …

Member Avatar for autocrat
0
234
Member Avatar for hbmarar

Well, I have created a config file where I provide the server name,dbname,dbusr name.I include this in another file called create which just creates a table to store userinformation. So when the login html file gets a user name and password it has to call another page...but it showed a …

Member Avatar for DanceInstructor
0
220
Member Avatar for thepromoters

Dear Brothers, Tell me what is the major difference between Asp and Php ? and also tell me which is cheap ? Thank you! Your's Harry!

Member Avatar for Gary King
0
202
Member Avatar for Decency

hi, im in the middle of a situation where i have an auto incriment primary key and i need to change its value back to zero any ideas ?

Member Avatar for Decency
0
107
Member Avatar for Juninho

Hey Guys. Can anyone see why this short script isn't working. Its a basic bit of programming to record a users answers in a multiple choice quiz. Each answer should be stored in the same array which should be passed through the 10 questions. I have written a check to …

Member Avatar for DanceInstructor
0
172
Member Avatar for 12345letsgo

I would like to add an avatar set to my forum, but have no idea how(it did not come with that opttion, so iam guessing i'll have to do it manually) i know no php, but am good ith css/html/javascript. would appreciate any help. :lol:

Member Avatar for Gary King
0
165
Member Avatar for johnnybt

Ok I have a form. You hit submit and it spits it back to you on a confirm page. You hit submit there and it is points you to the page with the following code that is supposed to email it to me. <? //Declare the variables $recipient = "entries@mysite.com"; …

Member Avatar for PoA
0
130
Member Avatar for Decency

hi.. i need to know how can i print a specified form of a web page and not the whole web page using php, if im having a large page with a form inside it i just need to print out the form itself and not the whole page is …

Member Avatar for Phaelax
0
65
Member Avatar for msei

Hi, I am new in PHP and I am trying to work with a simple if statement with 3 radio buttom where each one go to a different page. I am not sure if I am doing the correct way. Can anyone help me with an if statement? Here is …

Member Avatar for Decency
0
90
Member Avatar for jilly

I want to have a script that will display a 'word of the day' or a 'quote of the day' or an 'image of the day'. I'm going to use it in a vBulletin message board - for example in a 'movies' section, it will display a random title of …

Member Avatar for Gary King
0
309
Member Avatar for codewolf

I'm new to PHP, though I am learning VB.net, and have a working knowledge on various programming... awhile back I had someone create an MP3 delivery and paypal payment system for my music website, to sell my own songs; this person deleted the install.php afterwards, which is good for my …

Member Avatar for Gary King
0
135
Member Avatar for ziaimran

Hi, I'm trying to create a website to help people find jobs, basically monster.com's search capability for helping people in Bangladesh. If someone can help in how to set up a seach for different occupations, more favorably if someone can break down the keywords needed in a search such as …

Member Avatar for DanceInstructor
0
98
Member Avatar for venetian_jigsaw

I am having a little problem: I am pretty "wet behind the ears" in the PHP world, so please, bare with me...I am tasked with writing a script that does two things: (1) Allows a user to enter a temperature and based on a selection from a radio button, converts …

Member Avatar for venetian_jigsaw
0
149
Member Avatar for goingbackwards

I am new to PHP and have to create a program that whilst running allows usert to browse a site and add the current page to a linear text, whilst at the same time creating a contents menu linked to bookmarks of each of the pages just added to the …

Member Avatar for DanceInstructor
0
99
Member Avatar for shortd81

Not sure if this is in the right place, if not please move. I'm looking to make my own rss feeds, and need some nice tutorials. I googled it but only got rss feeds for your site not how to make them. Thanks :?:

Member Avatar for notepage
0
145
Member Avatar for eyelove808

I have a form on my site where members fill in info etc... This info goes into my database, I call to my DB to display this info in a table. My problem is that when someone does not fill in one of the spots in the form this goes …

Member Avatar for barnamos
0
103
Member Avatar for stupidfly

I have a website ( [url]http://www.rhstrack.com[/url] ) and one of the features on the site is a bio of some of the runners on the team ( [url]http://www.rhstrack.com/?id=roster[/url] ). I have found that, the way I have it right now, it just takes to much time to do. Currently, athletes …

Member Avatar for barnamos
0
100
Member Avatar for Boat_2005

I recently purchased a software package that restricts access to one or many directories on my hosted server. The server is Unix based. The directory that is restricted contains an .htaccess file that uses Apache. Before I modified the below code, when I tried to access a restricted HTML file, …

Member Avatar for Boat_2005
0
233
Member Avatar for Secret Agent

Example: [url]http://www.virtuosonetsolutions.com/shop.php?cat=104&[/url] I am trying to make this an instant quote forum based on what I assign each item its price. Basically, say a person selects one item per field and it adds it calculates the total instantly including any setup fees. Then, I want them to have the ability …

Member Avatar for barnamos
0
163
Member Avatar for tony27

I need help. Does anyone have a script that will take info from a booking form that is used to select a particular course at a particular time on a partiular day and send it to the administrator as a text file and notify the administrator by email. Does anyone …

Member Avatar for barnamos
0
202
Member Avatar for TimmyRaa

I've got a query set up that generates a resultset of players and their statistics, and this is displayed back out in a table via PHP: [B]Query: [/B][php]$sql = 'SELECT nickname AS name, count( * ) AS played, sum( score ) AS agg, max( score ) AS highest, min( score …

Member Avatar for barnamos
0
175
Member Avatar for lady

[COLOR=DarkSlateBlue][FONT=Tahoma]Hi, I have a problem with solving a programming point. I tried to solve it in many ways but I couldn’t I have a system that each teacher has his username and password Inside his profile he need to choose some students to make some groups lets say they a …

Member Avatar for barnamos
0
89
Member Avatar for anandgagrawal

Hello Please help me out here i have a project and need to create an automated email system that mails a user form to a predefined email address I intend to use the mail() function of PHP for doing this but however encountered some problems in the SMTP installation... So …

Member Avatar for barnamos
0
205
Member Avatar for 12345letsgo

i know no php, but amexcellentwith javascript, html, and css. I need help adding a forum to my site. Would apprciate any help:)

Member Avatar for Hjcooke
0
235
Member Avatar for profitblaze

First of all thanks for all the helpful advice. It's great to have a site like this to turn to for help. My question is this (I think this idea would be valuable for many): I would like to have members of my affiliate program be able to promote a …

Member Avatar for PoA
0
118
Member Avatar for Stick

I have a web page that prints a number from a mysql database. Can anyone tell me how to show this number as a percent? Does it need to be formated that way in the database table? or Can I format it that way using the printf function at the …

Member Avatar for RamiroS
0
425
Member Avatar for new comer

:o [COLOR=Blue]undefined[/COLOR] hi i have just got PHP Desigener 2005 and put a PHP chat chat room on my website buy i carnt do nothing with it as i am new to any form of coding i am looking for a web site whare i can get some free stuff …

Member Avatar for DanceInstructor
0
158
Member Avatar for yni420

Hi there recently i decided to try my hand in php. but have not been successful in installing it. I have installed Apache and php but not able to get it working. I have php.ini file to the windows folder dll files to the system folder. made changes to php.ini …

Member Avatar for anandgagrawal
0
132

The End.