473,788 Members | 2,784 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP Forum

PHP web programming language - Ask questions about php scripting, databases, mysql, templates, PEAR, php functions, PHP-GTK, setup and installation, object oriented programming, classes, files, security, sessions, arrays and more.
16
39,512
thread by: dybalabj | last post Nov 22 '07 by: dybalabj
I realize this should probably be a simple solution, but I have only been learning PHP and MySQL for a couple weeks. I am attempting to write an invoicing system that uses a MySQL database to store invoices, product pricing, and customer contact info. I would like to automatically fill in the customer's contact info after typing in the first and...
1
1,211
thread by: Reyad | last post Nov 22 '07 by: ak1dnar
Hi .... I have a huge .NET web application working through intranet under microsoft office share point server and also I have php content managment system for gallery assets and I wanna to integrate the php with .NET .. How Can I communicate between them ...
1
1,432
thread by: jason1987 | last post Nov 22 '07 by: robin1983
Hi, I am trying to display a variable on a button, but i just cant find a way of doing this, can anyone help? (line 9 where value =) </table> <td> <form action="ithardwareadd.php" method="GET"> <table border="0">
0
931
thread by: SSG001 | last post Nov 22 '07 by: SSG001
I wan to make program in php where in the user will select country code depending upon that country i have enter the states details something like this use selects country code and then table is shown with 10 rows country code:_______ Statecode Name Latitude Longitude and each rows first column has select box for...
11
2,323
thread by: mishrarajesh44 | last post Nov 22 '07 by: mishrarajesh44
i am facing problem in php session.. my code is giving error.. i am giving my code and error message below.. my code:- <?php if(isset($_POST)) { if(empty($password)){echo "No password specified";}
0
1,333
thread by: alcan-rally | last post Nov 22 '07 by: alcan-rally
Please need Classified script with payment option I am looking for MojoScripts or delata script or 68classifieds or GeoClassifieds Thanks
9
2,602
thread by: Abu Hamza | last post Nov 22 '07 by: alcan-rally
I have to build a simple login page using CHAP to authenticate users in a DB. Can anyone explain how its done in simple steps? example of code would be great. thx
8
1,585
thread by: ehcy | last post Nov 22 '07 by: ehcy
hello guys.. i'ts me again i have something to know.. i have a little problem in my program.. i have now open my file called Check.txt.. but it is not exactly the output.. because the original is... Volume in drive C has no label. Volume Serial Number is ACF3-92D1 Directory of C:\Documents and Settings\Hitoshi Hyoda 2007/09/08 12:45 ...
11
4,170
thread by: Jankie | last post Nov 22 '07 by: MarkoKlacar
I need to dispaly a user's multiple images in one entry.Right now,say if a user uploads 3 images,three entries for the same id display to match 3 images. I only want 1 entry to display all of a user's related images like below: Id First Name Last Name Title Image1 Image2 Image3
8
2,320
thread by: FFMG | last post Nov 22 '07 by: FFMG
Hi, I am slowly moving my code to php5. But I would like to make it backward compatible in case something bad happens, (and to make sure I understand what the changes are). The way the constructors work seem to have changed quite a bit and I am not getting the same behavior across the versions. // Some simple code/
8
2,577
thread by: bruno_guedesav | last post Nov 22 '07 by: william.clarke
This has ocurred before, but if the person had find a way to solve it or not, I've got no clue. So, here I am to ask for help. I've created a form via pure PHP, basically a bunch of prints together making a form. But somthing strange goes on: the form will only pass it's fields forward under method GET, but not on POST. Here's a snippet...
10
2,248
thread by: priyakollu | last post Nov 22 '07 by: Ranjan kumar Barik
hi guyz! please help me in sorting out error as im unable to find it... my requirement is there will be userid field and password field and "login" button after clicking button certain validations must be done whether he is an valid user or not (connect to database and check for valid user & password) if he is valid user he must login and goto...
3
1,229
The1corrupted
thread by: The1corrupted | last post Nov 22 '07 by: The1corrupted
Blah!! I can't figure out what's wrong with this php code and I can't figure out what! My debugger sees no errors in it, yet the script won't run! I know it's not the includes because they run correctly everywhere else except for buytown.post.php.. buytown.php <?php session_start(); //$_SESSION is the logged-in user's id number used to...
17
5,672
thread by: axlq | last post Nov 22 '07 by: axlq
Situation: User submits a form, gets a page returned. User clicks the "reload button." Normal result: Browser asks to confirm re-submitting of the form data. That's not what I want. What I want is behavior like what Wikipedia does, as well as vBulletin forums and other nice php-based sites: Situation: User submits a form, gets a page...
2
1,470
thread by: Troy Piggins | last post Nov 22 '07 by: Troy Piggins
We have some php pages on our intranet at work that have been working fine for years. As a result, they rarely get edited. The page I'm having trouble with is a timesheet entry page which uses timestamps to record hours spent on different projects in a mysql database. If users try to enter times using the php interface, they are getting...
1
1,635
thread by: inamul | last post Nov 21 '07 by: Atli
I want to select CheckBox based on data retrieved from mysql database table. Could anyone show me the simple way of doing it. Data store in table under colum "sectionOfInterest" is shown below ------------------------------------------------------------------------ "Commercial Security Middle East, Homeland Security and Policing Middle...
2
1,921
Cowbie
thread by: Cowbie | last post Nov 21 '07 by: Atli
Hello again everyone. I sorted out my problem with tables by re-jigging the code around a little bit. However, I still have one question for now. I want to be able to search my database using a php page. So, I want to search for something between two dates (fromDate) and (toDate). So far, I have the user enter in the details into a form on one...
2
1,087
thread by: beary | last post Nov 21 '07 by: beary
Hello. I have a site running php pages looking like this: mypage.php?firstname=bob&lastname=hoskins There are multiple different combinations of names eg. mypage.php?firstname=bob&lastname=hoskins mypage.php?firstname=jane&lastname=elliot etc
1
1,186
thread by: zensunni | last post Nov 21 '07 by: Atli
In ASP, there's a way to read from an excel document as if it was a database. It could read any Microsoft xls format. You would just name all the columns in row one of the document, and ASP would treat them as if they were DB fields. The system will be upgraded to a database, so I'd like to only have to change the database connection code. I...
0
959
thread by: jools | last post Nov 21 '07 by: jools
Slightly off topic I know but I'm asking here because I need a PHP shopping cart and thought the writers of such things might hang out here and know of one I'm using the Data Minion program (www.bialot.com) to validate all the forms on my site and would like a shopping cart that takes advantage of everything it does too. Does anyone know...
1
1,378
thread by: gavino | last post Nov 21 '07 by: gavino
I also heard mathopd has php module..
4
1,652
thread by: VooDoo | last post Nov 21 '07 by: Steve
Hi, I am getting confused with sorting arrays... $arraytest =array(5) { =string(2) "39" =string(2) "44" => string(2) "77" =string(3) "150" =string(3) "464" } why do i get NULL value if i try to sort this array using sort command? sort($arraytest);
6
1,142
thread by: MW | last post Nov 21 '07 by: Michael Fesser
I wanted to know if it was possible to use the "Variable variable" syntax to access a public variable inside a class. For example, using the code below, I am trying to set the value of variable $var_a in the class Cls from outside the code, but want to be able to use the same code to assign a value to $var_b. i.e. I don't want the variable's...
6
1,549
thread by: paul814 | last post Nov 21 '07 by: Rik Wasmus
How can I open a page based on this IF: Code: if ($selected_radio = = '0') { WHAT NEEDS TO GO HERE IF I WANT TO OPEN http://localhost/index3.php } thanks
4
1,492
thread by: SBmx | last post Nov 21 '07 by: Jerry Stuckle
hello I need help building a SELECT query... well, two queries actually i have three tables: products / fields id, name, type, country producttypes / fields: id, name countries / fields: id, name

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.