39,326 Topics

Member Avatar for
Member Avatar for Vai

After logging in, main.php is loaded and instead of displaying the correct included page, it displays Main Page. So what is wrong w/ my code? Thanks in advance for any and all help... [code] this is placed inside the "main.php" <?php require('core/db.php'); require('core/check.php'); ?> This is placed inside the check.php …

Member Avatar for somedude3488
0
175
Member Avatar for bazwacky

Hi I am quite new to php and mysql, i have built a property website and i am getting stuck with the paging of the results I can get the paging to work fine when i set the variables manually but when the variabes like type and price come from …

Member Avatar for sagedavis
0
181
Member Avatar for big24fan

I am trying to setup a classifieds script. I think I am getting close, but I have one issue. When I try to open the page, it opens but only displays the first part of the page. If you visit [url]www.clairson.com/ocalads[/url] you can see what it is doing. If you …

Member Avatar for big24fan
0
158
Member Avatar for ruman_eee

Hi everyone, I hope all are fine. Is there have anyone who knows about shorting a table whose containers are uploaded from the database. Please help:icon_eek:

Member Avatar for rickarro
0
395
Member Avatar for fitzkil

Hi. I was given the task to create an internal website in our company, which will update (feed) from a database (they were talking MySQL). I have no idea if that is possible and what to google for. My first guess was if it is possible it's using php. You …

Member Avatar for ajberrow
0
95
Member Avatar for sheldon evans

need help with some back end development for a client. he is looking for members to be able to recive e mails from different air and see ports that he has pre selected in his/her signing up process, so for instance we selects alert from dover england and the site …

0
40
Member Avatar for ram_1585

i am using xampp as my webserver and i have to send mail from that.., what and how should i have to change ini settings for sending mail.. advance thanks for helping...........

Member Avatar for Ole Raptor
0
46
Member Avatar for inshi

hi, i have already implemented the progress bar in php but the problem is that, i am unable to direct the loaded the progress bar to another page please! help me!!!!!!!!!!!

Member Avatar for effu
0
46
Member Avatar for guido_sarducci

Hi, I'm trying to not show the user a php error and have tried the following: error_reporting(0); (may not be the best idea) error_reporting(E_ERROR); to remove a warning type error and it doesn't seem to work. The php version is 4.3.2 display_errors is set to on Anyone know why this …

Member Avatar for guido_sarducci
0
141
Member Avatar for isomillennium

What would be the php mysql code to search more than 1 field in a table ? Im trying to search for a given partial phone number in all three fields home mobile and work .. im trying to use $query = "SELECT `first`, `last`, `home_phone` , `work_phone` , `mobile_phone` …

Member Avatar for nav33n
0
113
Member Avatar for daybase

Hi - very very new to PHP generally and as usual trying to run before I can walk. I have got the hang of single uploads but now need to use FTP to do multiples. I am now on day 1 of trying to work it out so I am …

Member Avatar for patelmiteshb
0
88
Member Avatar for almualim
Member Avatar for almualim
0
158
Member Avatar for Chaosbreaker

Hi I'm relatively new to Unix and after setting up PHP5, I was unable to start the Apache Server. The error below was reported:- httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: ld.so.1: httpd: fatal: relocation error: file /usr/local/apache2/modules/libphp5.so: symbol xmlTextReaderSetup: referenced symbol not found …

0
33
Member Avatar for shadiadiph

this has taken me hours and I am going nowhere slowly can anyone please help. I am tryig to get my table to display more than 1 news record everythig i have tried doesn't work or has runtime errors. Here is the basic code that worls and displays the one …

Member Avatar for peter_budo
0
116
Member Avatar for veledrom

Hi, What configs i need to do to connect to Oracle 10g? I use wampserver. Thanks

0
52
Member Avatar for shadiadiph

My earlier post works ok now to display I have been working on how to transfer the info to be displayed on another page. I can't get it to work in theory i thik it should be working can anyone give me an idea what I have done wrong. on …

Member Avatar for nav33n
0
110
Member Avatar for GuiRomeiro

Hi, i'm new here on this forum and i have a project to do where i have to put multiple popups, one calling another, i have to put 5 popups and i'm programing with php and ajax, someone has idea of how i do it!??

0
41
Member Avatar for chitra1

Hi, i am developing a political decision support system which based on the qualifications of the members will decide who will be the best for the post of ministers( for eg someone having a Masters in IT is more eligible than someone having a BSc in IT). I have a …

0
49
Member Avatar for swapna7999

hi there i have a vb application and its exe and i know how to call an exe in a php page but my problem is , i need to place the exe in a fixed position in the php page is it possible and if yes how plz let …

0
53
Member Avatar for nandha

Hi, I need your help. I have rss in my page, which content of many articles. Recently, I found that I must manually update the rss code to make my subscribers understand that there is new article in my web page. It exhausted, isn't it. Is there any other way …

0
42
Member Avatar for webguru07

Hi, I need to display 4 items from a MySQL database in a 2x2 table (2 columns, 2 rows) i know how display just rows and columns, but how would I do both? thank you

Member Avatar for blocblue
0
70
Member Avatar for thosecars82

Hello there I would like to ask you this:I know how to make resizable butons with curvy corners using the sliding doors technique. But now, I would like to go one step further. I would like to have several different sections each of them having different backgrounds with curvy corners …

0
48
Member Avatar for tanha

Hello everybody, I am using WAMP: 1. PHP 5.. 2. MySQL 5.. 3. Apache 2.. the collation of my database and tables and fields are 'utf8_persian_ci', and also my query is in this format in PHP: [CODE]mysql_query("SET NAMES utf8"); mysql_query("SET CHARACTER SET utf8"); $query = mysql_query("SELECT * FROM tblName SORT …

Member Avatar for tanha
0
129
Member Avatar for Designer_101

Hi I have quite a lot of images on my webpages and need to know if there is anyway in which i can load everything in (maybe with a loading bar %) and then display everything, at the moments it is loading different things in as the browser reads the …

Member Avatar for amigura
0
105
Member Avatar for assgar

Hi The goal is to allow the user the ability to compare daily schedules of between 1 to 7 users. The number of columns/user schedule and column headers are dynamically created base on user selection. Each user schedule is set up in columns with the user name at the top …

0
113
Member Avatar for Borderline

Hi There I have a very simple web gallery in php and mysql. I have noticed upon creating it, that I have several fields in my database contacting the same information (to a certain extent) and I wondered whether this would eventually put a strain on my server. Would it …

Member Avatar for amigura
0
132
Member Avatar for OmniX

Problem is: I click my submit button it updates the database but not the website content, I click the submit button again and it updates the website content this time. This problem always pops up, and its due to incorrect structure of code in most parts :( I cant seem …

Member Avatar for OmniX
0
280
Member Avatar for veledrom
Member Avatar for mwasif
0
43
Member Avatar for chitra1

Hi, I hav created html pages containing radio buttons and checkboxes. But how do I send the values of radio buttons and checkboxes and drop down button values to my database using POST. here are my radio buttons and drop down button: [code=html] <tr> <td>Marital Status</td> <td>:</td> <td>Single</td> <td><input type="radio" …

Member Avatar for Ole Raptor
0
97
Member Avatar for OmniX

"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." Now this is a really stupid error. (yes that sums up the error S T U P I D) I am making an update to …

Member Avatar for OmniX
0
90

The End.