39,320 Topics

Member Avatar for
Member Avatar for egoleo

Can some help me with a php built forum. i mean a good one and easy to use on a site. egoleo

Member Avatar for egoleo
0
299
Member Avatar for namit

I have the following [PHP] while($file = readdir($dp)){ if($file != '.' && $file != '..') { echo "<TD>"; echo "<a href='$image/$file' target='_blank'><img src='$image/$file' width='120' height='120' alt='image'><br>$file</a>\n"; echo "</TD>"; if($i == 5) { echo "<TR>"; $i = 0; } $i++; } [/PHP] well that is the juist of it but anyway …

Member Avatar for Troy
0
97
Member Avatar for hbmarar

hi, I have a tar.gz package of files that consists of php files.Now if i extract it through the winzip and modify a few files/ delete , I would like to make a tar.gz package back.I would like to know about the posibility. Is there any softwares that creates the …

Member Avatar for namit
0
78
Member Avatar for vijmen

Hi I am a newbie to php, having worked more in java. I am trying to write a php script to upload images to a directory. This works in windows but when I test it on a unix box, there seems to be no error message but the file does …

Member Avatar for namit
0
117
Member Avatar for om1d_h

We have a linux server and windows clients. Our webbased accounting system is soppused to make reports in different formats like .DOC. The system is written in PHP. How can we generate that format?

Member Avatar for senexom
0
219
Member Avatar for Sp!ke

I've been thinking for awhile now that I should code a nice news system, and I have the structure all figured out, but what stumped me was: How do you display the articles with the latest first? I would set up a MySQL table with columns Title, Date&Time, Body, ID, …

Member Avatar for Sp!ke
0
179
Member Avatar for TraderX

Also check out [url]http://www.daniweb.com/techtalkforums/thread13624.html[/url] as I am trying to compile a list of places that I can ads from Ok... I have a site, getting people stopping by, so what the hell put a couple ads out their and see what happens. I do have a vb forum, and I …

Member Avatar for PauSon
0
502
Member Avatar for ashneet

I have learned php this summer so i am pritty new and need some help. what i am trying to do is that i have an item with an item# and a lot of other info from my db and would like to transfer that info in the array in …

Member Avatar for ashneet
0
187
Member Avatar for ashneet

How would i display the table names in my db using php as i only want to display the name of the table and dont want to select any info in the tables. :cheesy:

Member Avatar for ashneet
0
163
Member Avatar for Edward655

I got this error: "PHP Parse error: parse error, unexpected T_STRING on line 137" from the following code and I am not sure what is wrong iwth it. Any suggestions? <html><head><title>RealProphet.com </title> </head> <body> <table border="0" cellpadding="5" cellspacing="0" width="100%"> <tr> <td width="100%"><!--webbot bot="Include" U-Include="../include_head.htm" TAG="BODY" --> </td> </tr> </table> <table …

Member Avatar for Edward655
0
240
Member Avatar for onemanarmy

hello, i am creating a web form and i would like to use some kind of counter to create a 'form number' or something similar. what i did so far was using php to read a txt file on the server, insert that value into a hidden field. (i made …

Member Avatar for Troy
0
211
Member Avatar for ashneet

I am pritty new to PHP and there are a lot of thinks i still dont know. What the problem is that i dont understand the purpuse of the case statement another words what does it do and how u r suppose to use it.

Member Avatar for ashneet
0
151
Member Avatar for mattd2

Hello, This is my first python script, so I could use a little bit of help here. :) I'm using the 'Universal Feed Parser' ([url]http://feedparser.org/)[/url], and I have a list of feed URLs in a database which I would like to pull out and go through each of them. I …

Member Avatar for mattd2
0
310
Member Avatar for jdmml

Hi, I would like to create a form using php that would submit information to a mysql database. I was wondering if anyone has tips on how I should secure the form so that I do not get spammed with entries into the database. Your advice would be greatly appreciated.

Member Avatar for Sp!ke
0
164
Member Avatar for RoadRunner

Hi everyone, Right now I have a shout box on my message board from shoutboxes. I want to make my own though that I can integrate into the board and have it only for member so it will stop being abused. Does anyone know how to do this? Or how …

Member Avatar for RoadRunner
0
259
Member Avatar for SpittingSctsman

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in _____________________________________________________ I have seen a lot of this around the internet lately, both in forums and on some production websites (WHOOPS!) :cheesy: I am currently developing a small site which uses MySQL as it's data repository, and I …

Member Avatar for SpittingSctsman
0
137
Member Avatar for Cr4nberry

Hello everyone, I have a little problem using WMServer tools, I get this error when I go to localhost in my browser: [B] Warning: mysql_get_server_info(): Can't connect to MySQL server on 'localhost' (10061) in C:\WM\www\index.php on line 118 Warning: mysql_get_server_info(): A link to the server could not be established in …

Member Avatar for Troy
0
158
Member Avatar for sytodave88

i am looking for a php script that give a user a certin amount of money when they sign up (dummy money) its for an rpg game online similer to [url]www.themafianetwork.net[/url] and a script that bans users and mod kills them if someone could help it would be very helpfull

Member Avatar for Troy
0
117
Member Avatar for Yuki H.

I have this header information error while I was playing with a script. Warning: Cannot modify header information - headers already sent by (output started at /home/user/public_html/layouts/connection.php:8) in /home/user/public_html/layouts/addcomments.php on line 23 I wanted the page to redirect itself after submitting the comment, but I messed up. I also want …

Member Avatar for Troy
0
108
Member Avatar for om1d_h

We have a web based accounting software, and severly need to connect to scanners and operate them via our programs. What can be used? PHP, Javascript,... to do that? ??????

Member Avatar for Troy
0
164
Member Avatar for Squires

I'm trying to get PHP up and running on my computer. I'm running win xp and trying to install php 4.3.7 and using apache 2 webserver. When I try to load a php file on by web browser I get a blank screen. According to php.net the issues is this: …

Member Avatar for psusme1
0
212
Member Avatar for Hjcooke

Hi, im creating a website at the moment and i want to use this php code to create random effects on my page when its refrshed. Im using this php code which enetrs random text into a web page stored rom a flat file. Can any one help me, and …

Member Avatar for familyguy108464
0
219
Member Avatar for Electrohead

Hi, I am a bit of a newb with PHP and so far I have managed to get the hang of ECHO and INCLUDE, as well as that PHPINFO thing. I am trying to make a very simple user login thing simply to learn how it works. At the moment, …

Member Avatar for Troy
0
247
Member Avatar for nightmare666

Ok, i have a login process page... There is a problem though, whenever the user/pass is correct, it will do an action, but with the } else { or } elseif{ the following actions never take place and its just a blank page if the user/pass is incorrect... whats wrong …

Member Avatar for Troy
0
152
Member Avatar for Yuki H.

Is there anyone here who could teach me php? I am new at php and I do not understand it too well. Sorry if this is in the wrong fourm.

Member Avatar for pulse
0
127
Member Avatar for bgharper

I'd like to suppress MySQL errors being printed in the header, so that errors can be passed back into the PHP page... My current code is as follows: [PHP]if ( ! mysql_connect($server, $database_username, $database_password) ) { $error = "There was error when attempting to connect to the specified database server: …

Member Avatar for bgharper
0
147
Member Avatar for michael123

I have a textbox where user can enter the date in format of MM/DD/YY, now I want to set a rule only accept the date within one month from current date, how can I do that, anyone help will be appreciated.

Member Avatar for michael123
0
135
Member Avatar for zeshon

Ok, I am fairly new to php, so please bear with me if I have done something stupid. I am trying to write a CMS, right now I am writing a piece of code to get the article title from the database. I used [code]<? include('dbconnect.php'); //Get the article title …

Member Avatar for RamiroS
0
181
Member Avatar for Mike D

Howdy folks! I'm having a bit of a dilema with a small piece of my coding. I'm working with a database that stores tour/gig dates for a band. The table has fields that include year, month, day, date, venue_name, name_ext, address, and a couple others. The field "venue_name" is the …

Member Avatar for Mike D
0
89
Member Avatar for ashneet

What i am trying to do is to make a like that sends some info to next page so that PHP could use query for the deta sent. OK here is how the hyper link looks like and i want it to send some variable to next page: [HTML]<a href="index.php" …

Member Avatar for Killer_Typo
0
200

The End.