39,326 Topics
| |
Hi Everyone, I want to access the values from remote server. If I click search and advanced search I should retreive values from remote server. I have catergories like watches,perfumes,etc. Now based on the search I need to display the brands of x company y company for watches perfumes and … | |
How can i get all the value of a column(first value to the last value) in my table in php, then put it on a container(array) so i can use the data to plot the table values on a chart. Im using FusionCharts and i saw an example in which … | |
Hi! my first time to post here. I have a program which asks for user input(img upload and text) then process it using imagecreatefromjpeg. I my uploader, it checks for an array of errors, including if there is no file upload. i want to change it and allow the process … | |
hi, can anyone point out why is this script not working?? it does not inserting data into mysql.. here is the script: if ($_SERVER['REQUEST_METHOD'] == 'POST' && $_POST['form_name'] == 'signupform') { $newpassword = $_POST['password']; $confirmpassword = $_POST['confirmpassword']; $code = 'NA'; $active = '1'; if ($newpassword != $confirmpassword) { $error_message = … | |
![828915c19b3102a17ba1a5040e2a76ee](/attachments/small/4/828915c19b3102a17ba1a5040e2a76ee.jpg "align-right") ![828915c19b3102a17ba1a5040e2a76ee](/attachments/small/4/828915c19b3102a17ba1a5040e2a76ee.jpg "align-right") ![828915c19b3102a17ba1a5040e2a76ee](/attachments/small/4/828915c19b3102a17ba1a5040e2a76ee.jpg "align-right") I want to retrieve values from database to seleced box.I have three files ajax.js,getcitylist.php,securepage.php.In second select box values are not coming from data base. <li> <label for="State">State</label> <select id="state" name="state" onChange="display(this.value)"> <option value="" selected="selected">-- Select state --</option> <?php include("getstatelist.php");?> </select> </li> <li> <label for="City">City</label> … | |
Ok, before I start, DANIWEB is my last resort to get help. it seems the people on the other sites are having trouble understanding and/or helping me with this... anyway, here is what I am trying to do: I have a website with a folder structure that I allow users … | |
I am trying display a link from my mysql database. I cannot get it done, It shows like this, for example **www.mywebsite.com/www.google.com** How can I get rid of my website url from this. this is my actual code in display.php <tr> <td> </td><td> </td><td align="right" valign="top"><b>Full Text Link :</b></td> <td align="left" valign="top"><?php … | |
Dear Forum, Thanks for taking time reading this post. I checked out on sessions and cookies but I guess they are more towards the client side? :S Is there a way to achieve this: :?: The PHP program I am doing is to reverse Telnet (Terminal Server and it accessing … | |
hello guys..can someone help me to create a function that generates random numbers composing of 9 digits with the ff limitations.. * must not have consecutive numbers in any place...sample 158461247....1 and 2 is consecutive numbers... * must not have same numbers before and after....sample 155483628....5 and 5 is same … | |
hey man am having trouble here. am using this code if($user_ok == true){ header("location:user.php?u=".$_SESSION["username"]); exit(); } but this is my problem The requested URL /tutoringcareer/php/user.php was not found on this server. i have a .htaccess file but when i try to log in that when i have the problem | |
I'm rather inexperienced when it comes to php mail scripts. I've got a working script, thanks to the PHPmailer that everyone uses. But what I want is to modify it so that I send the form info to two locations: Step one, send all information as text-only to email@location.com Step … | |
Hello, I have these codes: controllers/admin/site.php <?php class Site extends CI_Controller { function index() { $data = array(); $records = $this->site_model->get_records(); if (count($records) > 0) { $data['records'] = $query; } $this->load->view('admin/options_view', $data); } function create() { $data = array( 'title' => $this->input->post('title'), 'content' => $this->input->post('content') ); $this->site_model->add_record($data); if (true) $this->index(); … | |
Hi All having a problem with the following statement " Notice: Undefined index: Username in C:\wamp\www\david\remoteaccess\index.php on line 6". I have tried defining Username in a number of ways, but I seem to missing something. Any help would be great Thanks in advance Thanks <?php session_start(); include("includes/utilities.php"); include("includes/functions.php"); $username = … | |
Hi all, I am working on the following code and I am having a problem with defined variables. On the output on the Submitted and Username Inputs as being undefined. I have added $username = (isset($_POST['Username'])) ? $_POST['Username'] : ""; at the start of the function but not suppressed. Thanks … | |
So as the title entails, my if else statemnt in php won't execute. i mean i would undrstand if the 'if' didn't execute but it didn't even read the else statement. so when i submit nothing happens. <?php session_start(); if(isset($_POST['jansave'])) { $basic = $_POST['basic']; $allowance = $_POST['allowance']; $bonus = $_POST['bonus']; … | |
I need to create an dynamic array which will be sent via `$("#ratings").load("ratingscalculator.php?Myarray="+myarray)` and then used in a select query $result = $database->connection->prepare("SELECT *, (SELECT COUNT(*)+1 FROM TABLE WHERE kampanj > t.kampanj and (kampanjnamn = 'Kampanjnamn_1' or kampanjnamn = 'Kampanjnamn_7' or kampanjnamn = 'Kampanjnamn_3' or kampanjnamn = 'Kampanjnamn_4' )) as … | |
I am using datepicker in my form for booking date field. when i pick a date it shown like this 11/13/2013 (MM/DD/YYYY). In mysql database i am using datetime Type. in mysql db always shows 0000-00-00 00:00:00. i want to change the date format. for example if i am choose … | |
Sir, I am new to php. I have following codes to connect with mysql <?php // Connection variables $host="localhost"; $username="root"; $password=""; $db_name="asia"; // Connect to host $con=mysqli_connect($host, $username, $password); // Connect result if(!$con){ die '<script type="text/javascript">alert("Error Connecting to HOST")'. mysqli_connect_error($con).'</script>'; } else { echo "Connected" . mysqli_error($con); } // Database … | |
[CODE]Hello daniweb Friends, i found my question's answer "How to Make a Hindi WebSite in PHP". You Can use Wordpress to make a Hindi website After instllation of Wordpress CMS Download a Wordpress Plugin name "HindiWriter1.1.zip". and put this in "plugins" Folder of your installed Wordpress CMS. Now login to … | |
Hi I have a code that's been working for me when my server is Cpanel. but due to ceratin issues i need to transfer to godaddy. i'm using this code before. but now it's not working. i have run a test connection and im sure i have a connection to … | |
if search by textbox is working jumpmenu not working but jumpmenu is working, textbox is not working help me please!! <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1"> <tr> <td width="518" style="font-size:16px; font-weight:bold;">รายชื่à¸à¸œà¸¹à¹‰à¸ªà¸¡à¸±à¸„รงานทั้งหมด</td> <td width="167" align="right"> <!-- <form action="position_add.php" method="get" name="add"> <div align="center"><input name="" type="submit" value="add" style="cursor:pointer;" /></div> </form>--> </td> </tr> <tr> … | |
![d7f49899d09d4dd84f5105080c780de5](/attachments/small/4/d7f49899d09d4dd84f5105080c780de5.PNG "align-left") here i attached one image. look at this.if i selected the Guest Currency then automatically Guest Currency Value should shown in the next text box. how to do that? is there any javascript, jquery plugin? Guest Currency : <select name="gcurrency" tabindex="21"> <option value=""></option> <option> INR India Rupees </option> … | |
Hello, I know this is a very elementary question but after reading and trying for over four hours I know I need help or some direction. All I am trying to do is select options from two drop down boxes and two different msql selects. The the drop down boxes … | |
hi, i created this code a long time ago and during that time i had all the info i needed to do a save as PDF but now its all gone and the client wants that option so no one can change it. code below: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD … | |
On my search page [URL="http://daparadise.com/search.php"]http://daparadise.com/search.php[/URL] i want to make the logo auto change when a certain day comes up. Say like christmas. our a birthday or something like that. So how would i make the logo change in php when these days come up? | |
Wassup everyone :) I am an experienced php programmer, having used it for over 4 years. However despite this, I cant seem to think of any worthwhile projects to undertake. Im not looking for anything thats going to make money or become popular overnight, I just want to spend my … | |
I am using tinymce on a cms and I want to be able to have a dropdown menu of all pages on the site (stored in a db) to choose from when adding a link but all I am getting is an emtpy set of values. I am using the … | |
This is my display page <label for="City">City</label> <div id="city"> <select id="city" name="city" onChange="display(this.value)"> <option value="" selected="selected">-- Select city --</option> <?php include("getcitylist.php");?> </select> </div> this is my ajax page // JavaScript Document var XMLHttpRequestObject=false; function display(state_id) { if(window.XMLHttpRequest) { XMLHttpRequestObject=new XMLHttpRequest(); } else if(window.ActiveXObject) { XMLHttpRequestObject=new ActiveXObject("Microsoft.XMLHTTP"); } XMLHttpRequestObject.onreadystatechange=function() { if … | |
I can not get this web form to align left on a landing page That I am in the middle of creating ( its no where near complete but, IO cant get the webform in the corrct spot): http://dsninformation.com/nov11/moneygirl3.php Here is the code I am trying to left align. <td … | |
I'm creating a chat system using Codeigniter and I need to update a textarea with a field in the database each second. For that I'm trying to use jquery for the timer but I don't know how I can update the textarea with data from the database, with a call … |
The End.