473,800 Members | 2,613 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.
4
4,456
thread by: 848lu | last post Jan 7 '08 by: spudse
hi, i am trying to get my code to print HTML tables and other html tags but i get error right from the begining when i print a table, where within it there are more tables and then i print my results from queries. heres the code where it starts from print "<table cellpadding="0" cellspacing="0" border="0" align="center" >" for some...
3
1,431
thread by: giblfiz | last post Jan 7 '08 by: giblfiz
I was hoping that someone on the group might have an idea of how to access scopes (or symbol tables) other than the one you are currently running in. (and no I don't mean global) In particular, I'm trying to use register_tick_function, and have the function that it calls be able to get at variables in the scope of what (otherwise) would...
3
1,522
thread by: deepsfriend4u | last post Jan 7 '08 by: adamalton
Hello, i have one application in that i use session . problem is, same code and session data use work successful in Firefox but not work in Internet Explore. Thanks & Regards Deepak
2
2,523
thread by: pradeep | last post Jan 7 '08 by: Paul Lautman
Hello all, I have a html page with image. When i move mouse over image, i want to get XY Coordinate of my mouse move position, how can i get that XY Coordinate ? Thanks in advance.
4
3,423
thread by: jodleren | last post Jan 7 '08 by: =?ISO-8859-15?Q?Iv=E1n_S=E1nchez_Ortega?=
While reading php.net I found " bool copy ( string $source , string $dest ) Makes a copy of the file source to dest . If you wish to move a file, use the rename() function. " ..... what? rename can move a file...?
14
1,808
thread by: rubyhuang | last post Jan 7 '08 by: Markus
i am a beginner in php. i have created user and use grant command to give user rights to access mysql, why i still cannot connect php with mysql. please help me.
3
1,905
thread by: pradnya | last post Jan 7 '08 by: Willem Bogaerts
in my application, i want to save some values obtained from $_GET, and do not want to update these values on successive submit action. How to do this task ? I have already tried with -import_request_variables(); but failed.....
1
959
thread by: ahmetbm | last post Jan 7 '08 by: spudse
hi; i want to redirect my php file to an aspx file. is it possible? in my php file i have a form, i will get some values from form prepare the url and redirect. thanks.
0
1,540
thread by: ogo796 | last post Jan 7 '08 by: ogo796
hi there! can someone help me with the php scripts that can execute the unrtf conveter to export .rtf files to html files so that people can view files in an html format.
1
1,140
thread by: Rockey10 | last post Jan 7 '08 by: ak1dnar
Method to install PHP on PC ?
1
1,372
thread by: spudse | last post Jan 7 '08 by: spudse
I am creating a PHP web application where users can see which events have occured between two input dates. These events and their datetime are stored in a database in UTC timezone. The user is able to select the time zone he is in and then the start date en end date. The PHP script then selects all events date occured between those dates. ...
0
1,277
thread by: Shalini Bhalla | last post Jan 7 '08 by: Shalini Bhalla
I have a crosstab query having grouping in 3 levels and i need to summup and disply total .... how can i go about it i m pasting my query $sql = 'select `main_state`,`state_name`,`gender`,' . ' sum(if(nature_of_injury = 10,1,0)) as N10,' . ' sum(if(nature_of_injury = 15,1,0)) as N15,' . '...
5
1,556
thread by: jcage | last post Jan 7 '08 by: C. (http://symcbean.blogspot.com/)
Hello, I have a form that uses a basic passphrase to ensure an employee user is who they say they are. One field uses 'text' as the input type and the other uses 'password'. When a query has been run, a user can click the browser back button and the name is still there intact but the password field is blank. My question is, what would...
4
1,673
thread by: wqmmnm | last post Jan 7 '08 by: C. (http://symcbean.blogspot.com/)
How can I detect when a user presses buttons on a php site
8
1,895
thread by: and | last post Jan 7 '08 by: C. (http://symcbean.blogspot.com/)
How can i implement data structure like trees and graphs in php-cli? Who knows where i can find tutorials?Thank You.
3
1,445
thread by: Gilles Ganault | last post Jan 7 '08 by: Michael Fesser
Hello I just read this article on running web apps in SCGI, and was wondering... - if it's possible to run PHP apps this way: I only know of running them in plain CGI mode (ie. the interpreter is started with very request, and the pages reparsed each time), and mod_php (the interpreter is loaded once when the web server starts, but pages...
3
2,539
thread by: fruityfreak | last post Jan 7 '08 by: spudse
Anyone have any idea on how to do a simple line graph using PHP codes?
14
1,798
thread by: Rowan | last post Jan 7 '08 by: Michael Fesser
What is the best approach to caching database results. example say i'm doign an update on several entries which i've loaded into an array. I want to allow the user to click through and up date each array entry then dump everythign to the db once they are done...
1
1,629
thread by: mukeshrasm | last post Jan 7 '08 by: Ranjan kumar Barik
Hello I want to use the feature of Remember Me( User Name and Password) when Login to the form. How can I do that? Thanks!
10
10,503
Ajm113
thread by: Ajm113 | last post Jan 7 '08 by: sandia
Making a History Page for BIG Sites Intro: Ok, let's say after a while your website has grown massive. We're talking search engine, forum and video hosting -- you've got a LOT of content. And you are wondering, "Why do I need yet another feature for my big site?" Well, some people can become forgetful every time they see content on your...
3
2,376
thread by: SilverRain | last post Jan 7 '08 by: shane3341436
I am trying to do something fairly simple. I have two pages. Brands.php and Products.php. When I click on Brands.php it takes me to a list of Brands. I click on a brand, for example, brand1.php. From there I can choose a category - Category1. Category1 needs to go to store.php?BrandID=1&CatID=1. At this point I have only got it to filter...
2
1,331
thread by: pc | last post Jan 7 '08 by: Charles Polisher
Hi, I am a webmaster of a website and the server maintianers upgraded from php 4 to php 5.At around the same time my site slowed down.Does a php upgrade cause a site to slow down?Is there any way in which I can find out why my site slowed down?
4
1,400
thread by: rodey | last post Jan 6 '08 by: rodey
I am setting up a contact form on my website and there are a couple things I'm not sure about ... The form will not be sent to a database, I just want to take the contents and have it emailed to me through my PHP script. That is, I will not be sending it to a database. What are the issues I need to worry about? I am familiar with issues...
4
1,914
thread by: Gilles Ganault | last post Jan 6 '08 by: Gilles Ganault
Hello For business apps, we need a good, solid, bound- and unbound grid widget. In VB Classic apps, we use ComponentOne's VSFlexGrid widget www.componentone.com I was wondering if there are equivalent widgets for PHP apps, or we should rather look at what's available in the ASP.Net world. If you have worked with both environments, what...
10
2,364
thread by: SoulIntruder | last post Jan 6 '08 by: SoulIntruder
Hello folks. I have a beginners question. I have such script: <?php $User = $_POST; $Password = $_POST; $Database = $_POST;

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.