Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~6K People Reached
About Me

Student

Interests
PHP
PC Specs
umm.. I'm embarrassed. Pentium III 933mhz 250gb IDE HDD 384 MHZ RAM
Favorite Tags
php x 16
Member Avatar for DennisP

The following snippet is a simple PHP Pagination Script which I wrote. As far as I know it works fine. It is meant to be used within a class, and I have wrapped in in a class in order to demonstrate it's usage. The example given below will return something …

Member Avatar for Wolf_2
2
3K
Member Avatar for php_coder

hi all could someone plz help me out in validating csv file(excel sheet) before i can insert it into the database?:?: i hv the code for uploading but not validating reply ASAP. cheers coder

Member Avatar for morecambe
0
291
Member Avatar for irotsenmar

can someone tell me what is the best php software to install on IIS with php5 and mysql to make blogs and classifieds? Thanks

Member Avatar for jacksan
0
117
Member Avatar for DennisP
Member Avatar for DennisP

I'm modifying an existing program to allow multiple users to run off one instance of it. I'm using mod_rewrite to distinguish between instances of the software. For instance: site.com/instance_one site.com/instance_two and so on. That part's easy, but I'm wondering if there's a way to append PHP GET data to the …

Member Avatar for shovels
0
105
Member Avatar for DennisP

I'm having a problem with my rewrite rules. [CODE]RewriteRule blogs/$ /alpha/index.php?m=blog RewriteRule blogs$ /alpha/blogs/ [R] RewriteRule blogs/(.*)/$ /alpha/index.php?m=blog&p=name&name=$1 RewriteRule blogs/(.*)$ /alpha/blogs/$1/ [R] RewriteRule blogs/(.*)/(.*)/$ /alpha/index.php?m=blog&p=post&user=$1&post=$2 RewriteRule blogs/(.*)/(.*)$ /alpha/blogs/$1/$2/ [R] [/CODE] Some URLs would be: /alpha/blogs/dennis/Test_Blog_Post/ /alpha/blogs/dennis/ Now, with the Rules I posted, when I visit the latter page (the blog …

Member Avatar for MattEvans
0
115
Member Avatar for DennisP

[url]http://joost.com/[/url] Basically what it is is a program that lets you watch on-demand streaming video. It's from the people who made Skype. :) Anyways, I was wondering your thoughts on it, if you've been able to find an invite. And if you have a spare, I'd love to get one.

0
44
Member Avatar for Timra

Hello Everyone, I am looking for an SEO-friendly CMS program. Until now I have built my sites the old traditional way. (Plain HTML editor). The new site I am about to launch will be massive and cannot be managed without a decent CMS program. I am not looking for a …

Member Avatar for luemob
0
200
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
104
Member Avatar for cty

Error message: Query failed:You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 -------------------------------------- Can any one able to edit it in correct form?(*I using PHP5) ---------------------------------------------- $[PHP]query="select count(*) from cart …

Member Avatar for remcov
0
203
Member Avatar for egboy

I want to make this [QUOTE]Pages: 1 , 2 , 3 Next >>[/QUOTE] with PHP Lets say that i have a folder "Games" i wand any game be added to this foler open in another page and this [QUOTE]Pages: 1 , 2 , 3 Next >>[/QUOTE] changes automatically I want …

Member Avatar for DennisP
0
84
Member Avatar for Znojmic

Hi - I have had a message today from my hosting company to tell me that one of the sites on my hosting account is having it's php code abused. Apparently someone is manipulating the php code from the contact form to allow them to add Bcc addresses. Any ideas …

Member Avatar for remcov
0
122
Member Avatar for dss

Hello, I brought a cgi script to start one of my website but don't know how to install that. I uploaded the script to the cgi-bin folder and tgen tried to execute but it was not working. U can have a look at solutionshall (dot) com So anyone help me …

Member Avatar for DennisP
0
70
Member Avatar for sgriffiths

hello All I am pretty stuck and would like any help or assiatance I am creating a web page with 2 fields First field would be a username Second field would be a user_id I want the user to be able to enter their username So for example "stephen" I …

Member Avatar for Rhyan
0
328
Member Avatar for cty

PHP Parse error: parse error, unexpected $end in C:\test\kelly.php on line 118 <?php function AddItem($itemId, $qty){ $db=new mysqli('localhost','root','','test'); $db->select_db('test'); $query="select count(*) from cart where cookieId = '" . GetCartId() . "' and itemId = $itemId"; $result=$db->query($query); $row =$result->fetch_assoc(); $numRows = $row[0]; if($numRows == 0) { // This item doesn't exist …

Member Avatar for DennisP
0
120
Member Avatar for msndrstd

I need a way to setup my websites so that my clients can edit content easily without knowing any programming languages. Basically I need setup the page with some programming code that will access another file such as a text file and still keep the same formatting style. For example …

Member Avatar for Puckdropper
0
160
Member Avatar for nugget93
Member Avatar for nugget93
0
165
Member Avatar for DennisP

Hi. My name is Dennis. I'm 16, a senior in High School, and I like programming. I've got over Two and 1/2 years of experience with HTML/CSS, and over Two years of PHP/MYSQL experience. I also dabble in XML, JavaScript, Perl and whatever I feel like looking into. I'm working …

Member Avatar for happygeek
0
53
Member Avatar for cancer10

If I want my users to download a .zip or .exe file the command is <a href=filename.exe>Download</a> or <a href=filename.zip>Download</a> This will ask the visitors where to save the file on their hard disk. But what if I want my users to download a doc/pdf/php/html file and I dnt want …

Member Avatar for MCP
0
107