39,393 Topics

Member Avatar for
Member Avatar for cashblogs

Hello members Is it possible to edit the values (say, admin logon/password) in a config file (say, config.php) WITHOUT editing the php script config.php?? In other words, can I write another file (configeditor.php) that will alter the values (or just SOME) based on data entered into in a form?? To …

Member Avatar for digital-ether
0
107
Member Avatar for cancer10

OK I attached an WYSIWYG-Editor, however I am unable to get the data on the rich text box to another page using PHP, can anyone solve it plz? Thanx a ton in advance :)

Member Avatar for sunflowerz
0
90
Member Avatar for Don Gino

Hey I know extensive knowledge of HTML but thats just about it when it comes to webpages, so I want to move on to something much better. I have a text book about PHP but i dont understand what its on about. Anyway, to get started, where and how can …

Member Avatar for Don Gino
0
172
Member Avatar for clutch

hello guys, need some help-- building a little site and when i tried to install the coments script onto the page this is the error i get: [B]Parse error[/B]: syntax error, unexpected '<' in [B]/home/shatter/public_html/newtest.php[/B] on line [B]204[/B] now-- i am very inexperienced and trying to loearn how to do …

Member Avatar for Puckdropper
0
113
Member Avatar for RiverKqj

Hi all does anyone know how to get phpbb latest posts to show on a html index page e.g the last 5 forum posts ? Any help would be great

Member Avatar for jshtylr
0
161
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
127
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
140
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
227
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
89
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
92
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
50
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
947
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
82
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
86
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
82
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
102
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
116
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
106
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
109
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
31
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
176
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
115
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
85
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
102
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
184
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
133
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
69
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
130

The End.