39,393 Topics

Member Avatar for
Member Avatar for adamdidthis

HI, I am designing a web based purchase order system for the company i work for. I have managed to do everything i need so far but am having a problem with the approval system I am trying to do. Basicaly I am trying to come with up with a …

Member Avatar for fsn812
0
101
Member Avatar for yesterda

ok, i'm really new to php, and i was trying to edit some text, and after i changed it i musta screwed something up because now i get a parse error unexpected t_string line 23, here is the code... <?php // // +----------------------------------------------------------------------+ // |zen-cart Open Source E-commerce | // …

Member Avatar for PeterB
0
136
Member Avatar for vipula

Hello Experts !!! I have two databases to select from my web page. In this script i can search one database(if ($choice=="staff publication") it works. I dont know how to write the script if I select the other option if($choice=="books"). Please can any one help me. I want to display …

Member Avatar for vipula
0
211
Member Avatar for Sukuz

Hi!!, I don't know PHP , but I want a piece of code which I can use in my website to keep track of the no. of visitors (aka HIT COUNTER). Please mention how to apply it in my html pages .

Member Avatar for paradox814
0
127
Member Avatar for vipula

Hello Experts !!! I have two databases to select from my web page. In this script i can search one database(if ($choice=="staff publication") it works. I dont know how to write the script if I select the other option if($choice=="books"). Please can any one help me. I want to display …

Member Avatar for vipula
0
113
Member Avatar for gmemol

hi all, in a php file i have written these codes: [CODE]<html> <body> <h1>Cookie Example </h1> <font size=+2 face = verdana> <? $visitcount = $HTTP_COOKIE_VARS["visits"]; if( $visitcount == "") $visitcount = 0; else$visitcount++; setcookie("visits",$visitcount); print "This is visit number " . $visitcount; ?> </font> </body> </html>[/CODE] when i browse it …

Member Avatar for paradox814
0
88
Member Avatar for PHPGuru

At my PHP: Mastery Boot Camps I'll have a segment on consulting and contracting that will contain a panel of contractors who have successful businesses. If you're a contractor making more than $100K, manage multiple clients, are good at getting contract jobs quickly, are in a long-term contract, or are …

Member Avatar for PHPGuru
0
162
Member Avatar for Gilded

Anyone has an idea on how they can achive the every new registration has its own subdomain? I have WildCard DNS enabled.

Member Avatar for Gilded
0
148
Member Avatar for paradox814

Is there a way to disable php in a given folder without having admin access to the server? I want to give out some ftp accounts to my friends and stuff, but I do not wan them to be able to leach in and access my files usign php. I …

Member Avatar for PoA
0
77
Member Avatar for flame

Hi there! I have installed CuteNews without ANY problems... However... When I posted the code into my webpage for the news to display on it, it did that, but one problem... The news will NOT update itself! I added and even deleted posts, but the changes never take affect! The …

Member Avatar for Black Knight
0
173
Member Avatar for Dani
Member Avatar for Black Knight
0
166
Member Avatar for Danny

Hi all, I have quite a few testimonials I would like to rotate. Each testimonial is just a block of text. As it stands, all are displayed on every page. I want only one to be displayed. [b]Currently:[/b] I have about 20 pages that all have an include of "testimonials.php". …

Member Avatar for Danny
0
247
Member Avatar for Young Teck 06

Okay, I need some really big help. I just added an addon contribution to osCommerce. It requires NETBPM and it says that I need to add it to my server, so I am kind of lost about what or where it goes at? Does it go in the main root …

Member Avatar for Danny
0
180
Member Avatar for mrkumar

I need to create a log in page for new customers, where in they provide their address in the US based on the zipcode. Essentially, if a user fills in a zip code, it should automatically populate the city and state. For some situations, I also want to create a …

Member Avatar for robbyd
0
173
Member Avatar for Gandalf

I have made original Dani instructions in phpBB mode like format that i hope will be of use to you. Here it is: [quote]############################################################## ## Hack Title: vBulletin 3x mod_rewrite ## Author: Dani [url="http://www.daniweb.com/"]http://www.daniweb.com/[/url] ## Contributor: Gandalf [url="http://www.gandalfdir.com/"]Forums Directory[/url] - remake into phpBB mods like format ## Description: make your …

Member Avatar for Dani
0
1K
Member Avatar for probeach424

Hi all. What I want to do is be able to dynamically insert a picture based on a search result. For example, if someone were to search for a movie based on it's title, I would like a picture of the movie to display along with the other info that …

Member Avatar for Phaelax
0
79
Member Avatar for psk79

Hi all, I created a set of pages with PHP for login using a database. Now, I need to link to a lot of CGI programs in a folder with protected-access (.htaccess). The username and password are the same as the ones people use to login with. Is there a …

0
91
Member Avatar for Facey

hello, i was wondering if you could help me out! i am creating a database in oracle8i (sqlplus) i am trying to allow on one of my pages for the user to select things from the table i.e if there is a passenger table, i want a combo box that …

Member Avatar for Facey
0
569
Member Avatar for hbmarar

hi, I would like to know whether i can use the phpBB package with my current system configuration.... *Windows 98,XAMPP Can I use it to develop the offline intranet application which has all the features of the site though is for use within a Lan. how to install the package …

Member Avatar for mediaphyte
0
245
Member Avatar for starsunited

I have this function whereby it allows people to download zip file but then i try to open it after downloading it, there was this error msg that says "Error reading zip".

Member Avatar for starsunited
0
345
Member Avatar for IceColdMan

Hi I am new here as you can see, well I want to learn PHP, and I don't know where to start. What I want to do is make a game like [url]http://www.racewarkingdoms.com[/url], and you have probable heard of it before, Outwar. If you could point me in the right …

Member Avatar for Phaelax
0
163
Member Avatar for Phaelax

I installed PHPDev5 and can run my php files no problem on localhost. However, since I'm the only who can seem them, I wanted to setup IIS so that my site could be seen by others on the internet. (until i move to an actual dedicated server) I believe the …

Member Avatar for blud
0
86
Member Avatar for Tippy

I recently had to reformat my computer.. I've been using Visnetic Website 3.5 to run my Forums and Gallery, all which have worked fine with the PHP in the past. Alas after the reformat I cannot for the life of me to get the PHP to work again.. I've searched …

Member Avatar for Tippy
0
143
Member Avatar for adromidon

Is there a way to make a admin back end function to delete a MySQL entry after the user has click a button to confirm deletion. I am trying to figure this out using statements and functions but I am hitting nothing but errors

Member Avatar for adromidon
0
141
Member Avatar for DiscJockey

Hello, have u seen in PHPBB template where they have something like {registration} -->this is the registration link. i want to do something like this some i dont of to make a new .html, all i of to do is make a new content.html and this will replace {content} any …

Member Avatar for adromidon
0
116
Member Avatar for hbmarar

hi, Any member using the Mambo for CMS.If so i would like to clarify a few doubts... Can I use it on Windows 98 with XAMPP and Step in installing after downloading a stable release. hope i wud receive help at the earliest,Thanking you in advance ,I remiain sincererly hari

Member Avatar for PoA
0
87
Member Avatar for autocrat

OK, a friend of a friend asked me to look into building a online cane builder. The cane can have a variety of different cuts, grooves, handles etc. In all, I thought it best to create a 2wide 4high grid containing a basic cane, and depending what they clicked on, …

Member Avatar for autocrat
0
175
Member Avatar for hbmarar

need to update each records after record hi, Would anyone share with me a code that can be used for this logic. If i delete from a x records, record u.I need to update each records after record u till record x.the updation need to be carried out for the …

Member Avatar for hbmarar
0
166
Member Avatar for davespink

Hi, I want to take a shot at writing an Apache RewriteMap in PHP. The example they give is in perl, which I don't know. The perl example is here [url]http://httpd.apache.org/docs/mod/mod_rewrite.html#RewriteEngine[/url] I'm not going to do anything to ambitious, but they do give a warning that if you get it …

Member Avatar for davespink
0
199
Member Avatar for corewizard

Hi there, I am looking for somewhere to get that "contribute code" core of this forum, I need something similiar to it for a friend of mine, and I am too lazy to do it myslef, where did this forum get it from, was it customly made?

Member Avatar for Phaelax
0
142

The End.