39,326 Topics

Member Avatar for
Member Avatar for servis

hello everybody, i want to pass directory name as a variable in include function like this, [ICODE] $page = 'test'; include('$page/test.php'); [/ICODE] i know this a wrong way, but i don't know how to do it. please anybody help in this regard. Thank in advance....

Member Avatar for servis
0
99
Member Avatar for cali_dotcom

hi, i'm trying to figure out how to pass arrays back and forth from php to javascript and back in the zend framework. i need to do this for check boxes for a project and i canno use zend_form. i came up with a way to do this but the …

Member Avatar for somedude3488
0
139
Member Avatar for cali_dotcom

hi, i'm trying to figure out how to pass arrays back and forth from php to javascript and back in the zend framework. i need to do this for check boxes. can anyone help me out

Member Avatar for somedude3488
0
88
Member Avatar for cassie_sanford

can someone tell me what's wrong with my code?My instructions say that i dont need to add any html elements to this document since it wont display in the web browser but i dont know what to do. Here's what i have: [ICODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" …

Member Avatar for somedude3488
0
109
Member Avatar for djdellux

i am tying to query from a db and cant get the time section to come back with the correct result PLEASE HELP!!!!!! [ICODE]<html> <head> <title>Loggin DB</title> </head> <body> <h1 align=left>Please enter search feilds:</h1> <body bgcolor="#82CAFA"> <form method="get" action="loggin1.php"> Page: <select name="Page"> <option value="approve.php" >Approve</option> <option value="custquery" >CustQuery</option> <option value="slpnlogin">SlpnLogin</option> …

0
58
Member Avatar for euniceee

I have written the php code to generate a pie chart from the data in MySQL, however the whole pie chart turns into yello colour rather than showing the information in different colors. What can I do to make it works?Thank you very much. I have created two files, one …

Member Avatar for dragon@dragon64
0
83
Member Avatar for ocbphoto

I am not sure what i am doing wrong, can someone help me please. I have my DB which contains - Manufacturer Table - Model Table (this one contains also the year field) I want to be able to choose Manufacturer>Model>Year will be display in the text area but nothing …

Member Avatar for pritaeas
0
120
Member Avatar for cassie_sanford

How do you format color anchor tabs for colors so they'll format themselves in stylesheets?

Member Avatar for punjabivirsa3
0
88
Member Avatar for r_sathya

hai i am sathiya, i create the data grid using php and mysql... i want to update my datagrid ..... so that i went to AJAX. i want some idea about AJAX. please help me to updata my datagrid by AJAX and PHP with regards, sathiya.

0
94
Member Avatar for enim213

sorry to post it here.. i really need your attention.. thanx hi guys! i am enim, i usually post thread in PHP and i guess its my first time here in mysql.. i have problem regarding the total count of the terminatecause.. i need the count of ANSWERED calls only …

0
99
Member Avatar for dragon@dragon64

Hi i am trying to plot a pie chart from a poll, but i cannot seem to manage to get more than three colours to go into the chart, please note that i have 11 different items to plot in the pie chart Attached please find the code [code=php]<?php $slide …

0
42
Member Avatar for Onisutra

I'm currently unsure of how to do this. I have 3 separate scripts I'm using as well. The 2 class scripts and the "global" script to bring them together. [class_mysql.php] <- makes the mysql object [class_main.php] <- calls the mysql object in the class [global.php] <- includes both classes to …

0
68
Member Avatar for dragon@dragon64

Hi i have made a stupid mistake in my code which i cannot find,and i am getting this error Parse error: parse error, unexpected T_STRING in /home/content/d/r/a/dragun/html/vote.php on line 107 According to my eye sight it should be o.k. but apparently not. Can anyone give a helping hand. As far …

Member Avatar for dragon@dragon64
0
145
Member Avatar for punithapary

-------------------------------------------------------------------------------- Hi , i am creating one website with image security that is i have some set of images. in my signup form i want to show one image with some charaters after that i will give one text box to fill that characters which is showed in image then …

Member Avatar for darren2005
0
102
Member Avatar for r_sathya

Hai I am sathya, i create a database, i convert the databse in datagrid manner via php. now i want to create that dastabase in form of editable in the same grid. some body told me that it will made through the ajax......... is it possible ............... if it possible …

0
95
Member Avatar for andy91
Member Avatar for ithelp
0
67
Member Avatar for marcmm

I'm interested in the limit parameter. When ever I try to use that I get this error: "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 '(0,5)' at line 5" this is the line …

Member Avatar for marcmm
0
95
Member Avatar for lonestar23

I am having problems retrieving distinct records from a XML record. I am using the following code but seem to have the same image in an entire row. Thanks in Advance! view demo [URL="http://www.buildasearch.com/_B/fotos/fotos.php?start=0&paginas=10&e=kites"]code demo[/URL] [code] <?php $display_number = 15; $tmp .= '<table width="100%" border="1" cellspacing="1" cellpadding="1">'; for ($i = …

Member Avatar for lonestar23
0
124
Member Avatar for eagled2

I am writing a page for work that uses php and mysql to store and view a list of common commands used on our servers. I want to make it fully dynamic. By this I mean the command field names are pulled from the database. This is so the managers …

Member Avatar for eagled2
0
117
Member Avatar for andy91

Hi I'm a moderate level PHP developer and I'm trying to move to asp.net for a project but finding this a very difficult and alien experience. The hole ASP.net world is so different from the traditional PHP/mysql way of doings things. My head hurts. What I want to do is …

Member Avatar for dickersonka
0
201
Member Avatar for BillyMako

Why isn't this working???? [code=php]Echo ' <form action="show.php" method="post" onChange="this.form.submit()"> <select> <option value selected>select</option> <option value="1">1</option> <option value="2">2</option> </select> </form> ';[/code]

Member Avatar for Yipyo
0
4K
Member Avatar for T4gal

Can anybody help me with learning php? I went to php's website and it's got a tutorial, but the first step is creating a file called "Hello.php" and I can't seem to do that. Is there a special program I need? Or which program should I use? And then it …

Member Avatar for Drosty
0
90
Member Avatar for cali_dotcom

i'm building a website where users can add articles. on the admin side, they can also add new fields on the add articles page. to allow the user edit the articles, i have to query the database and then assign the results from the query to variables, usually i use …

Member Avatar for Rhyan
0
130
Member Avatar for djdellux

Hello fourm members this is my first post. I am having a problem with a string in my code and cant figure it out... here is the code maybe someone here can assist me. thanks in advance -dellux *#*#*#*#*#*#*#*#*#*#*# [code=php]<html> <head> <title>Loggin DB</title> </head> <body> <body bgcolor="#82CAFA"> <form method="get" action="loggin1.php"> …

Member Avatar for Andrew Hucks
0
99
Member Avatar for scorpionz

Hi this is scorpionz I am having a site locally, it is PHP based, completely created from scratched, having CSS, Javasript, PHP, HTML all done by me. I need a load testing software, or Stress Testing Software, So i can have a testing results. for my site, before launching. can …

Member Avatar for Rhyan
0
145
Member Avatar for haii

hii While i am accessing a PHP web page,time out occurs. But the max_execution_time in php.ini is set to 300 seconds. But timeout occurs after 2 or 3 minutes. How can solve this pblm. Please help me

Member Avatar for Shanti C
0
108
Member Avatar for almualim

hello friends, i have two page in php, the first page contains entry form, and second page contains insert query, i want to keep form variables In the case of an error.

Member Avatar for almualim
0
108
Member Avatar for FlowerPower

I have added a piece of code to my php form that apparently should stop (or at least) minimize spam. It doesn't. And since I added it every form that doesn't get filled in says: form: Array in my inbox. Now, I have also added a piece of code that …

Member Avatar for Rhyan
0
101
Member Avatar for blaaze

hi everyone its a challenge to all im looking for a script that must satisfy these things 1.it must be in php language 2.it must work like a robot when initiated and must run automatically on server side only 3.it must extract the text of any website that is mentioned …

Member Avatar for blaaze
0
104
Member Avatar for japtrickzz

im just want to know that if theres a tutorial of making powerpoint like in a use of php? or just like putting all the contents of one paper into a template. like a concept of powerpoint presentation. but there is not any included animation and transitions. im doing right …

0
33

The End.