39,388 Topics

Member Avatar for
Member Avatar for c0rkscrew

Okay, I'm working on a small project for my daughter's class at school. They have a fundraiser running right now and they want to post their fund raiser data on the their school website. What they want is this, they want a page listing each student and the amount that …

Member Avatar for MCP
0
124
Member Avatar for Lothas

Have you ever seen (or played) one of those "Browser Games" where you build stuff, create armies and fight other players? Right now I need to know how to do those scheduled tasks... I'm building a PHP appilcation for my job. I work at a visitors center and I want …

Member Avatar for paradox814
0
138
Member Avatar for nathanpacker

Hey, say I have a table that spits out the information from a mysql table. Say it gives you the names of users, and certain information about each user, say address, phone number, whatever. Doesn't matter. What I want to do is make each of the persons' name a hyperlink …

Member Avatar for nathanpacker
0
225
Member Avatar for spacebar

Hello, I'm new here. Thank you for your time. I have a PHP module that I use for user submitted poems. Based on the vote data I have [URL="http://www.gotpoetry.com/Poet_Rankings.html"]poet rankings[/URL]. Table schema: ratingdbid - int ratinglid - int ratinguser - char rating - int ratinghostname - char ratingcomments - text …

Member Avatar for digital-ether
0
87
Member Avatar for tmv105

Hi! I am having problems validating my HTML to at least transitional due to my use of checkboxes and accessing them with PHP and javascript. I want client-side validation and server side functionality and therefore am utilizing PHP and JS. My understanding is that JS recognizes checkboxes to be an …

Member Avatar for digital-ether
0
91
Member Avatar for Just Trying

Can anyone help me to find a good PHP script that allow me to have a website where members pay $1 to all the persons on the list then that member becomes in number 1 position and the last member is off the list. It can be a 7 x …

0
49
Member Avatar for sush.gopal

[code=php]if (!function_exists('mysql_connect('localhost', 'root', 'sushma')')) { die( '<span class="fatalError">Fatal error: ' . 'MySQL extension is not loaded. Check your settings in php.ini.</span>' ); }[/code] line 67 is where the parse error is reported..where is the error????cann anyone help me??

Member Avatar for php_daemon
0
946
Member Avatar for Dani

I am trying to run the command: exec("cat ..........", $output, $var); Basically, cat "any file" returns no contents in $output, and returns 0 in $var. exec("whoami"); returns "apache" in $output and 0 in $var. Any ideas?

Member Avatar for lordspace
0
81
Member Avatar for ultranet

Hello again Until recently we were using a free script on our client's site to generate form submissions to send e-mails to our clients. However spammers were apparently able to exploit the code to send spam from our server. I was hoping to get some help either finding a new …

Member Avatar for loopylouis
0
85
Member Avatar for new_girl

Happy New Year To You All ! I have a php site and would like to upload the same site onto another domain name, while keeping the current site also in it's current domain name. Does anyone know how I can upload the database - mysql - and duplicate the …

Member Avatar for loopylouis
0
79
Member Avatar for fray

Hello, I have two small PHP scripts runnng on a test page at: usernomics.com/ergonomic-products-accessories5.html Both scripts work perfectly when there is one script on a page. However, if I place two on the page (one above the other), the second script will not render. It may be my newbie coding …

Member Avatar for loopylouis
0
101
Member Avatar for stymiee

I have a simple PHP script that creates a couple of dbase files and moves them to my anonymous FTP directory. However, I am unable to see these files when viewing that directory in a web browser. I can see them when logged with a FTP client though. One thing …

Member Avatar for stymiee
0
114
Member Avatar for Barefootsanders

Hey everyone. I want to change the following: [code]if ($pageNav->limit < $pageNav->total) puarcade_html::WritePagination($url,$pageNav); echo "<center><br><br><a href=".$livesite."/index.php?option=".$option."&Itemid=".$Itemid.">&lt;&lt;&nbsp;Choose Another Game</a></center>";[/code] to this: [code]if ($pageNav->limit < $pageNav->total) puarcade_html::WritePagination($url,$pageNav); echo "<center><br><br><a href="http://novatrader.net/index.php?option=com_puarcade&Itemid=51">&lt;&lt;&nbsp;Choose Another Game</a></center>"; [/code] But everytime I get this error: Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in /home/content/s/o/l/username/html/components/com_puarcade/puarcade.html.php on …

Member Avatar for php_daemon
0
104
Member Avatar for vssp

hai friends I need one solution for multidimentional array merging option using php Please send me any samples multidimensional array merging __________________ Thanks Vssp

Member Avatar for php_daemon
0
107
Member Avatar for egboy

I need any body to help me getting this scripts: 1- add comment script. 2- print this topic script. 3- send this topic to a friend script. 4- vote script. I will be thankfull if any body helped me to get this.

Member Avatar for cpickering
0
155
Member Avatar for sam1

hi, I want to start learning php.... but i dont knw how to run it i mean is there any free compilers available. i tried installing apache and php bt couldnt figure it :( help please

Member Avatar for vjw757
0
70
Member Avatar for rejoicegants

I have to make one web development environment in my machine running in windows. I downloaded the require files such as php- php-5.2.0-Win32 mysql- mysql-essential-4.1.21-win32 Apache- httpd-2.0.59-win32-src Which one may i start to install first? and is there any guide to install all these setup?. Please help me regarding this.

Member Avatar for php_daemon
0
30
Member Avatar for sellingonline

Hey, I've got a sendmail problem on a dedicated server, shall I post the configs or what do you suggest? Problem is, that all coming in via smtp is sent through fine, but messages I try to send via PHP mail() are not going through, error in root is "deferred: …

Member Avatar for sellingonline
0
174
Member Avatar for Puckdropper

I'd like a free tool that I can give different pieces of information and have it go and peruse my code base and generate a report. Is there such a tool out there? I'm thinking something along the lines of a spider that can fill in form data (when instructed) …

Member Avatar for Puckdropper
0
114
Member Avatar for joydsouza90

How do you put a bitmap (or possibly jpeg) image on the screen in Turbo C++ ? I just want to display the picture on the screen for about 15 seconds or so and then move on to another screen. Please Help.

Member Avatar for Puckdropper
0
83
Member Avatar for egboy

I need some scripts to finish my site, anybody cn help me get them?? 1- Add comment script. 2- print this topic script. 3- send this topic to a friend script. 4- vote script. I will be thankfull if any body helped me in this

Member Avatar for egboy
0
100
Member Avatar for mindfrost82

I'm using a PHP script called rwf_mail.php ([url]http://www.robertswebforge.com/scripts/rwf_mail.shtml)[/url]. It creates a form that can be emailed. It consists of the php file and a plain html file to display the form. So in the HTML page, I have code similar to: [code=HTML]<input size=50 name="NAME"><br>[/code] The PHP script pulls the $fields{"NAME"} …

Member Avatar for php_daemon
0
183
Member Avatar for R-Type

Hello, I've just installed a new script and i'm getting this error [code]Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource[B]/home/www/ [/B]line 13 [/code] This is line 13: [code]while($row = mysql_fetch_array( $result )) [/code] Is this wrong?

Member Avatar for R-Type
0
131
Member Avatar for bhavna_816

I wrote a PHP script to "Access your Outlook application using PHP". Actually I wanted to access my Microsoft Outlook Calender to be accessed on web. I have tried for the following link [URL]http://www.programmersheaven.com/articles/Bogomil/art.htm[/URL] But I was getting the error Warning: (null)(): Unable to obtain IDispatch interface for CLSID {0006F03A-0000-0000-C000-000000000046}: …

0
68
Member Avatar for pratty

Could anyone plz suggest whether it would be better to use php or asp.net for making a cms?I am farily new to both of these :)

Member Avatar for php_daemon
0
129
Member Avatar for Chevvy

Does anyone know of a free php form processing script that would allow me to set some fields as required, can both send to an email address and populate a flat file (something I could export to Excel) AND is easy to set up?

Member Avatar for cpickering
0
51
Member Avatar for hbmarar

Hi, I wanted to get Drupal and Dotproject together and i reworked the tracker to get the link up and added this to the navigation sytem. dotproject way of handling sessions is different and drupal way. i wud like to know whether i could maintain two session datas in drupal …

0
48
Member Avatar for cty

Anyone know where is my mistake? The error show when i click on "buy" in product.php. Please guide me. --------------------------------------------------------- Error shown: Fatal error: Call to a member function fetch_row() on a non-object in C:\test\kelly.php on line 14 ---------------------------------------------------------- [PHP] //product.php <?php include("db.php"); $db=new mysqli('localhost','root','','test'); $db->select_db('test'); $query="select * from book …

Member Avatar for php_daemon
0
105
Member Avatar for petzoldt01

Hello, I am fairly new to PHP, although I am fairly familiar with c++. I am just looking for some good php websites. I am interested in Content Managedment Systems and MemberSystems. I am not exactly looking to download someone elses code. I am instead looking for tutorials, that teach …

Member Avatar for mouseyear
0
123
Member Avatar for mahe4us

Hi, I have been working on image resizing feature such as zoom functionalities. If I increase the size of the picture then the clarity of the picture will go poor. Is there any idea for improve the pixel resolution while increas the size of the picture in php. Thanks.

Member Avatar for php_daemon
0
103

The End.