39,316 Topics

Member Avatar for
Member Avatar for jacob21

Hi, I am fetching data from the database.but I want to fetch it in proper format on PHP page. Suppose i insert some data like. 1)chair 2)bed 3)sofa n when i fetch it comes like that 1)chair2)bed3)sofa But i want to do in proper format. 1)chair 2)bed 3)sofa Need suggestion?

Member Avatar for jacob21
0
151
Member Avatar for abhi10kumar

I am reading from a file, upon certain condition I want to insert rows into a Excel file. This is to be done on a regular basis. The current will be replaced with old one.

Member Avatar for karthik_ppts
0
147
Member Avatar for juanenano1

Hi All, Does anyone know how to implement PGP with PHP? Examples will be really helpful. Thanks

0
55
Member Avatar for aPPmaSTer

Hi, I'm working on an application that is supposed to allow a user to upload a picture, which would be immediately displayed... how do I go about doing this?

Member Avatar for tomato.pgn
0
87
Member Avatar for pcmaster

My question is how hard and how much time do you think it take to make a site that integrates Drupal CMS, Vbulletin, drupal question and answers (similar to yahoo answers) and an open and freely editable online encylopedia (like wikipedia), a live chat function and lastly with a user …

0
58
Member Avatar for Sorcher

hello guys! I am looking for a large upload script. A script that can carry files like a movie on 1GB up to my server. # i got the host and the required settings. But i need a script with progress bar etc. I am willing to pay for it. …

Member Avatar for mschroeder
0
106
Member Avatar for Moporho

I am getting a error of: Parse error: syntax error, unexpected T_STRING in /home/mprhode/public_html/lightbulb.php on line 1 I can't seem to find out the problem. Please direct me? [CODE]<?xml version = "1.0" encoding = "utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns = "http://www.w3.org/1999/xhtml"> <head> <title> …

Member Avatar for edwinhermann
0
240
Member Avatar for umesh314

Hi all, I want to automate the work of uploading excel datas to databases using PHP. I am familiar with working on csv files and databases. But I want the XLS file which i am uploading , to be converted to CSV file using PHP before the process begins. PLEASE …

Member Avatar for chrishea
0
182
Member Avatar for serdas

hi, i am not a coder and trying to make this work [CODE]var body = 'Reading Connect JS documentation'; FB.api('/me/feed', 'post', { message: body }, function(response) { if (!response || response.error) { alert('Error occured'); } else { alert('Post ID: ' + response.id); } });[/CODE] to make it work above code …

Member Avatar for tomato.pgn
0
410
Member Avatar for azegurb

hi All, does anyone knows what does mean [CODE]define('INCLUDE_CHECK',true);[/CODE] below is full script [CODE]define('INCLUDE_CHECK',true); require 'connect.php'; require 'functions.php'; // Those two files can be included only if INCLUDE_CHECK is defined session_name('tzLogin'); // Starting the session session_set_cookie_params(2*7*24*60*60); // Making the cookie live for 2 weeks session_start(); if($_SESSION['id'] && !isset($_COOKIE['tzRemember']) && !$_SESSION['rememberMe']) …

Member Avatar for tomato.pgn
0
282
Member Avatar for Maieve

[B]:confused:[/B] what will be the code for log-in using PHP code in server and client website.... pls... reply immediately.........

Member Avatar for 19Santi25
0
120
Member Avatar for rhuffman8

I am trying to write code for a guestbook on my website that takes the input from a input text field and a textarea, writes the information to a .txt file and then displays the contents of the .txt file on the screen. This is the code I have so …

Member Avatar for rhuffman8
0
1K
Member Avatar for samsambm

Hello , I'm trying to split a string using preg_split() ( since split ) is deprected... I'm trying to split it using '=' sign and to get the GETS variable from a url but I'm getting the error : "Warning: preg_split() [function.preg-split]: No ending delimiter '=' found in C:" The …

Member Avatar for samsambm
0
178
Member Avatar for rajdevsohail

Anyone Please Help me In Coding Of FBML ... ( FACEBOOK MAKUP LANGUAGE ) .. CAN ANYONE GIVE ME A LINK TO A TUTORIAL THAT HAS CHAPTERS FROM BEGINERS TO DEVELOPERS AS I AM NEW TO THE WORLD OF FBML CODING......

Member Avatar for rajdevsohail
0
83
Member Avatar for OldDeveloper01

At the moment i have dynamic list which displays the latest products added to the inventory list. I want to display birthday cards from the category. In my database i have the column 'category', and in a form you can select different options with values one being birthday. This is …

Member Avatar for OldDeveloper01
0
138
Member Avatar for filch

I have a page at the following URL: [url]http://www.streetkids.org/ways_to_donate/make_donation2.php[/url] which is a basic donation page. The two page sections you see on the page "One Time Gift" or "Monthly Subscription" are normally hidden via a document.write via a body onload. Generally, all of this functions well. But, I want to …

Member Avatar for Airshow
0
1K
Member Avatar for jpadgett

Hello, I can't figure out what is wrong with this code. I poseted here in the PHP forum because I believe that is where my problem lies. I have a customError script that extracts the last 5 errors from the database and compares them with the current error that is …

Member Avatar for MariahGwen
0
152
Member Avatar for Xaibo

In my previous post i strugled with a Mail form, which eventualy got solved with your help. Now i want to insert some check-boxes in this Mail form. I've already created the HTML form and the PHP, but something is not working. I can't send the values in the check-boxes …

0
52
Member Avatar for Ritzlore

Hi there. I appreciate your help as previously. You all are amazing! I'm not sure my php code is my problem as it checks out ok in syntax checker. Maybe I need a second php file that the first one points to? I know my form is fine. I use …

Member Avatar for Ritzlore
0
141
Member Avatar for Violet_82

Hi there, I wonder if you could help me with some form validation please. Here's the problem: at the bottom of this page [url]http://www.antobbo.webspace.virginmedia.com/webediting/testing/bold_and_other.htm[/url] - still testing at the moment - there is a contact form. When javascript is enabled you can call the form with a button and then …

Member Avatar for Violet_82
0
96
Member Avatar for McLaren

[CODE] if(!$this->upload->do_upload()) { //echo $config['upload_path']; $error = $this->upload->display_errors(); echo $error.':err'; //pagal galune .err javasctriptas atskirs kad cia klaida } else { $data = $this->upload->data(); $this->load->model('Image_model','image'); if($data['image_width'] > 700) { $task = $this->image->image_resize_for_gallery('./uploads/gallery/'.$this->input->post('album_folder').'/'.$data['file_name']); if($task != 'ok') { echo $task.':err'; //pagal galune .err javasctriptas atskirs kad cia klaida } } if($this->image->gallery_thumb($this->input->post('album_folder'),$data['file_name'])) { …

0
98
Member Avatar for arjani10

Hello!I need help about this code[CODE]<? Header( "Location: http://mysite.info/video.php?id=myid" ); ?>[/CODE] can someone help me please how to get id in that header? i try this [CODE]<? Header( "Location: http://mysite.info/video.php?id=$id" ); ?>[/CODE] but i get error in that code.Thank you in advance.

Member Avatar for arjani10
0
462
Member Avatar for aldm

Hi, I'm developing one site that should use maps for showing locations. Here should be addresses in Bosnia & Hercegovina, that aren't shown on google maps. So, what's the best choice: 1. to make my own google map (can you please give me instructions how to do it), 2. to …

Member Avatar for aldm
0
160
Member Avatar for Stefano Mtangoo

Hi, I'm making a custom user management class that inherits from DBManager class. The problem I have so far is executing queries using mysqli prepared statements. DB connects fine but then prepare statement fails. I have mysqli object as an attribute that is shared in the class. I'm new with …

Member Avatar for hielo
0
137
Member Avatar for programmer12

I'm having some problems on gettin the Login page to redirect the users back to the login page with error message if they input the incorrect login details... But instead of the redirect i receive an blank white screen (Nothing in View Source and Nothing on page).. How do i …

Member Avatar for karthik_ppts
0
167
Member Avatar for samarudge

Hey, I'm trying to implement CSRF tokens on a site of mine, but all the existing solutions have one of two problems; 1) The site runs on multiple servers (4 to be precise) so we can't use anything in _SESSION 2) The site gets over 400k hits a day on …

Member Avatar for jkon
0
768
Member Avatar for doomfrawen

Hello friends. :(I have a problem but i don't know how to implement a solution. The problem is that the HDD's from two Windows Servers got corrupted [COLOR="red"](1.- Site Server, 2.- File Server)[/COLOR] and all the files PDF's and the main site(ASP) were unaccesible for a while, now i recovered …

Member Avatar for jkon
0
119
Member Avatar for abhi10kumar

I want to read the whole data, write into a file and save it to on that file. What is the code of the above ?

Member Avatar for edwinhermann
0
73
Member Avatar for rpv_sen

Hi Friends i am having one master table for category which contain 7 fields, i am having sitename as a table which contain 8 fields, if i create [B]newsite[/B] name then it has to copy all the fields from master table in addition to that it has to display the …

Member Avatar for rpv_sen
0
170
Member Avatar for karthik_ppts
Member Avatar for karthik_ppts
0
90

The End.