39,326 Topics

Member Avatar for
Member Avatar for BillBrown

Greetings, I'm wanting to learn how to use PHP to check for things like how phpBB or PostNuke do during installation. For the PHP stuff, I would imagine that I'd use fread() (or a combination of functions like that) to check for a php.ini, then use it to determine the …

Member Avatar for diafol
0
140
Member Avatar for bluetonic

how can I separate values returned from a query or is that even possible? What I am trying to do is do is $query = "SELECT * FROM whitealbumreg.lps"; lps has a column called lp_origin. lp_origin is ENUM where values are either US or UK. I know how to pull …

Member Avatar for diafol
0
71
Member Avatar for xuexue

how could i run my php code using joomla? i've tried it embedding in the articles and it runs, however, i have buttons in my page and it executes a certain command, now what i want to do is that i have my separate php program and it is just …

Member Avatar for kvprajapati
0
90
Member Avatar for innocent.boys

I m trying to do pagination on array in which i m collecting Data..!!! as i can't use dynamic limit function at stored procedure...!! and without limit pagination cant be possible..!! so i thought to collect data in a array and put pagination on it....!!! hope anyone will help me..!! …

Member Avatar for kvprajapati
0
287
Member Avatar for arajapandi

Hi , I installed apache,php, mysql ( [url]https://help.ubuntu.com/community/ApacheMySQLPHP[/url] ) After installing when i submit the form i can't get the form values. all values r empty. plz help me to resolve this problem?

Member Avatar for arajapandi
0
151
Member Avatar for santhanalakshmi

Hi, I want to authenticate the "Username" and the "Password" using adldap in php. OS = linux machine Thanks in advance........ with regards, santhanalakshmi.

0
66
Member Avatar for zeusofolus

Hello All, I am fairly new to PHP ... I am trying to build a basic order form for a small wholesale database and am completely stuck. The function of this page is display items and their price from the database along with an input box that will allow the …

Member Avatar for zeusofolus
0
742
Member Avatar for dholt

I think this is the right forum as the Question pertains too php. I was just wondering as I think this is a very nice feature to Daniweb. The Text that is Displayed when you go to post in the background. I was wondering if someone could share that little …

Member Avatar for dholt
0
68
Member Avatar for Jintu

Pls advise, what is wrong with the PHP script: [CODE] <html> <head> <title>Calorie Calculation</title> </head> <body> <?php $calorie = ($_POST["fat"] * 9) / ($_POST["calories"] * 100); ?> Welcome, $_POST["foodname"] contains: <?php echo $calorie ."from fat" ; echo "<br />"; { if ($calorie > 30) echo ($_POST["foodname"]) 'contains $calorie % from …

Member Avatar for almostbob
0
79
Member Avatar for whiteyoh

Hi all, This is an error im recieving on server, BUT, no error on local hostWarning: mysql_fetch_array(): supplied argument is not a valid MySQL result line 49 This is the code it is referring to.... [CODE] <?php $sql_query = "SELECT * FROM `indexinfo` WHERE id = '1'"; //store the queried …

Member Avatar for whiteyoh
0
73
Member Avatar for bubbafunk1

Our website used to be hosted in the US, but has since been moved to the UK. The the problem is somewhere in the php code the time has been set to 6 hours behind UK time, which was correct for when the site was hosted in the USA. Now …

Member Avatar for jcacquiescent27
0
264
Member Avatar for praghna

Hi all I am getting the following error with readfile: Warning: readfile() [function.readfile]: URL file-access is disabled in the server configuration in /home/u7/zzjynz5usy/ssss.com/html/news/news_index.php on line 144 can anyone help me in clearing this problem. I am using the readfile() function for generating rss feeds. my code is like this: readfile("http://www.webrss.com/get_mysite.php?mysiteId=10786");

Member Avatar for almostbob
0
108
Member Avatar for veledrom

Hi, I want to run a script automatically in a php page. (e.g. everyday 10am). How can i do it? Except cron job. Thanks

Member Avatar for Josh Connerty
0
121
Member Avatar for BabyEyes

Hi everyone i really need help ASAP .I need to read from the file which saved the result of a survey and make a chart on the answers. i have 5 questions and the values are 1, 2, 3 .how can i make the readin from the file and making …

Member Avatar for Menster
0
169
Member Avatar for gagan22

Hi all, I am making one application. When user will submit a form from frontend and it will go all value in database. After that i am showind this frontend form value in backend. In backend or admin section i am using two button one for submit and other for …

Member Avatar for guru12
0
140
Member Avatar for mangel.murti

hi all i want to display news from other website and display them to my site using php & mysql.how to achive step wise???

Member Avatar for mangel.murti
0
107
Member Avatar for tulipputih

Hello everybody, anyone can help me with this problem? instead of just display the child (in array)..echo $Valuechild[$i]."; "; (see the below code)..I would like to make a link from $Valuechild[$i] to a details of that variable.. [code=php]<TEXTAREA NAME="comments3" style='width:50%' rows='4'> <?php for ($i =0; $i < $ValuenumtableChildren; $i++) { …

Member Avatar for tulipputih
0
4K
Member Avatar for apradhan

Thumbnails are basically a complicated yet effective way to save bandwidth. Although saving thumbnails as seperate images may make things simpler, generating thumbs on the fly help saving space and takes very little processing time in return. Check the file for code and instructions. [code=php] <?php /* Paramters --------- w: …

0
214
Member Avatar for borntowin_786

I have used this code for ajax pagiantion JS file - [code=JavaScript]document.getElementById('divname').innerHTML = content; ajax.callPage("URL"+str, ajaxSearchFilter); tb_init('a.thickbox, area.thickbox, input.thickbox');//pass where to apply thickbox imgLoader = new Image();// preload image imgLoader.src = tb_pathToImage;[/code] Php file - [code=php]<td colspan="2" align="center"> <?php if($page != 1) { $pageno=$_GET['page']; $pageprev = $pageno-1; if($_GET['city_name'] != "") …

Member Avatar for Airshow
0
58
Member Avatar for Grantmitch1

Hello Daniweb Community, Now im trying to make a website and have just thought that if it manages to succeed it will of course get much larger as will the navigation. As such I thought using the <?php include("navigation.php"); ?> would be a good idea. That way the navigation is …

Member Avatar for darthvegan117
0
155
Member Avatar for BzzBee

I have a web page and have different images on it. but when i press the left button of mouse and try to select image or try to drag its selected. i want to avoid image selection. do u know any code.

0
60
Member Avatar for DaveyMoyes

Afternoon everyone – Onclick of “contact “Pop-Up “Contact-Sms-Centre.php' Can anyone help with this – iv got a php page that returns the following as part of a set of results <a href='Contact-Sms-Centre.php'>Contact</a> $city $country<hr The contact sms centre is width=450,height=350' I also have the popup.php as shown below [code=php]<html> <head> …

Member Avatar for DaveyMoyes
0
388
Member Avatar for diafol

Hi all, didn't know into which other forum this should be posted, none of them seemed obvious, so I've placed it here. Here's my problem: I've got a domain ([url]www.example.com[/url]) registered with a host, let's call them 'smallhost', and I've got a website with my custom admin section there. Recently …

Member Avatar for diafol
0
94
Member Avatar for Magic8Computing

Is it possible to Echo a Web Page link in PHP? If it is can anyone supply the code please. Matthew

Member Avatar for diafol
0
161
Member Avatar for iThaos

Hey thanks for reading this. Say I have 3 classes and I want to combine those class into a core. Example [code=php] <?php class One { public function get_me(){ echo 'Hello from class One. '; } } class Two { public function call_me(){ echo 'Hello from class Two. '; } …

Member Avatar for iThaos
0
113
Member Avatar for whiteyoh

Hi, Firstly apologies as i shouldnt have set a previous thread as solved. The following script should: 1. get record with id of 1 and display in text box 2. after user changes it, it is written to mysql 3. the screen informs user that this has been achieved [code] …

Member Avatar for Josh Connerty
0
115
Member Avatar for CFROG

Okay, I'm sure this is an easy one for you guys. You guys really know your stuff and it just seems easier sometimes to go straight to the source then to google and experiment for God knows how long. Forgive me for my ignorance of php. that's just the way …

Member Avatar for CFROG
0
104
Member Avatar for ayesha789

Hi to all, I am using XAMPP (PHPMYADMIN) for developing my Final Project of MBA-IT. I can show the reslut in table using SELECT query, But I want to use PHPMYADMIN for reporting purpose. For Example Browse, Search, Insert, Export. Is it possible. Is there any easy PHP Reporting tool …

Member Avatar for ayesha789
0
86
Member Avatar for Barefootsanders

Hi all. I have a current PHP script which checks a number of GET, POST, and REQUEST variables. These are currently in a top-down PHP file and these variables control the flow of the application. I want to convert file to a PHP class, create an object and then access …

Member Avatar for iThaos
0
1K
Member Avatar for dmotah

[icode]$sql_posts = 'select * from posts limit "'.$start.'", "'.$limit.'"';[/icode] im getting error with this line ?what could be the matter.. plz help

Member Avatar for praghna
0
39

The End.