39,393 Topics
![]() | |
I saw it on this website I searched it on google, and I might not searching with the right keywords do u know how it is called or give me a website? | |
Although I've read about it it still doesn't sink in when you will need to pass in a variable. I think I know how i just don't know for what reason. If someone could provide that information for me i would appreciate it. Also, is PHP variable passing more efficient … | |
$_COOKIE['ID_my_site']; am I supposed to change ID_my_site? or $_COOKIE['Key_my_site']; ![]() | |
How can I make in php remember me box? I mean is it all about how long the session of the cookies will last or I have to do something else? | |
Hi everybody, I just started learning PHP and was asked to write a BMI calculator. I did all that but now I'm stuck with an if ... elseif that doesn't seem to want to work. I'm sure it's just a syntax error but could somebody look over it and see … | |
Hey guys, Can anyone provide an example code for something like this: - I have a bunch of appointments stored in a database. - appointments have been stored based on user selected Dates - Users can click "view appointments", which displays a list of ALL appointments made from today till … | |
This is my first post to DaniWeb, and I've read the Member Rules, so I think this is the correct forum. I have created a page in PHP that collects seven items of data then displays them lower on the same page. The data columns are: name, alignment, origin, archetype, … | |
how to make the source code to plaintext chiper text using blocking and wearing subtitution language php? thank you | |
Hello, in hopefully a matter of a few days I will have a WordPress theme near complete, I was hoping someone with the experience and time could fill in the final blanks as for PHP code etc so that it works with WP ? :) Thank You | |
hi, i was wondering of a simple way to generate a pdf & excel spreadsheet from a php form and mysql table with data in it? any help would be great. many thanks | |
hi, im new to php and Jscript, i did a pdf search function where the user will select the data based on 2 selections and then when he hit the submit button, the button will call a pdf file based on the selections, my question is how do i tell … | |
working on a system with 2 tables both have the exact same fields - the tables are past_participant and course_participant - CP table has all current students whilst the PP has only past students. after a course concluded, that set of students is transferred from CP to the PP table. … | |
HAI FRNDS..... daniweb site does not open on my p.c. but all sites are opening. i tryed to know where is the problem....but i can't. plz tell me how to open this site. where is the problem on my p.c. thnks. | |
Hello, I can't give an array a value from within a recursive function, I'm trying to iterate a multi dimensional array and get the items that match the if statement. I tried both techniques suggested above but none of them worked, here is my code: [CODE] $path = array(); function … | |
Disabling of hyperlink can be done by the help of Javascript, but can anyone tell me the code, how to disable a hyperlink by the help of php coding. In the web page, it is desired that when a user signs in as an administrator, he could access the hyperlink, … | |
From this code the values are added, but the values are pasted on the same location of the dropdown box, for eg: Location1:Mango,Apple, etc. how to add the values on the same dropdown box & how to do the allocation dropdown box. code: <select name="dropdown" > <option value="">-See Here- </option> … | |
Hi All I want to write a program by PHP for scrapping results of google automatically, but I have heard that if google recognize that a client is trying to access it automatically, then google will block the IP address of that client. Is it true or false? And if … | |
I am trying to print out the results of a sql query into a table i haven't finished the table yet but im already getting an error please help the error is Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\minterface.php on line 45 [code]<!DOCTYPE html PUBLIC … | |
What is the code for getting the textbox value in drop down box after the form submit. ![]() | |
Hi All, I have sent a GET request to a third party and it has responded with XML. I would like to know how to extract the information from that response and convert it into a standard php variable. [code] <GetGuidResult> <ErrorNumber>0</ErrorNumber> <ErrorMessage/> <Guid>40d505ba438049a68eafc9a95e7fefcf</Guid> </GetGuidResult> [/code] | |
Hi All, I have [B]roundcube webmail,phpBB forum & wiki[/B] hosted on one machine using [B]apache virtual hosts[/B]. The problem is i have to log into each of the services(mail.domain.mu , forum.domain.mu ,wiki.domain.mu) to get access. All of the 3 sites uses LDAP for authentication and hence a user provides same … | |
hi How do I write php code to check if checkbox is checked or not ? correct my red line please :) [code]<html> <head> </head> <body> <script language="JavaScript" type="text/javascript"> function add() { <?php extract($_POST); [COLOR="Red"]if(category[0].checked)[/COLOR] $query = "INSERT INTO mytable (cat) VALUES ('1') [COLOR="red"]if(category[1].checked)[/COLOR] $query = "INSERT INTO mytable (cat) … | |
Hi! I am new in PHP. I have a table which stores user surnames and 12 months each having a value of 1 or 0. I need via a form in PHP to check whether or not this value is 1 or 0, and be able to control this values … | |
So here is my search query set [CODE]/all possible input combinations //name and id combinations if($q != '') { if($id != '') { $sql = "select * from course_participant where name LIKE '%$q%' and nic='$id'"; $result = mysql_query($sql); $num_rows= mysql_num_rows($result); }else{ $sql = "select * from course_participant where name LIKE … | |
It's true. [URL="http://www.oracle.com"]Oracle[/URL] is now, with its acquisition of Sun Microsystems, the world's largest purveyor of open source software. Does that surprise you? It did me too, until I started digging and realized that Oracle has a history of supporting free and open source software. Their support didn't start with … | |
Hello to all, Please tell me the error from the following code. When I choose a file from 'file' field, then it update the image, but when I dont choose a file. It doesn't keep the same image, i.e. the image get disappear. What is the problem in my 'If.....else … | |
I have studied some AJAX, and tried to understand it. The AJAX works; i just want to write a right php document too. With the AJAX, I load the php file write.php. Here is what is in write.php: [CODE]<?php $NAME = 'data.txt'; $HANDLE = fopen($NAME, 'w') or die ('CANT OPEN … | |
so there are 2 tables course participant and past participant - both have same fields. i want to write a query that selects both from course participant and past participant if search option "find all" is called. i out everypossible combination but it just doesnt get right - pls help | |
Hi all, I just joined DW as I'm trying to find a "hopefully" relatively simple solution but I don't know enough php. I have a plugin called wp-noexternallinks (can be seen [URL="http://wordpress.org/extend/plugins/wp-noexternallinks/"]here[/URL]). Essentially, it will take a link on one of my posts and instead of just going straight to … |
The End.