39,402 Topics

Member Avatar for
Member Avatar for MVied

In this management software I'm working on, I've built a messenger for the employees to use to IM each other. Recently we moved to a brand new server and upgraded from PHP4 to PHP5. Now the instant messenger won't work. I've opened port 7357, which is the port it uses …

Member Avatar for MVied
0
100
Member Avatar for selvam543

i am new for php and mysql. i am using three textbox and one submit button. it consider as userid , firstname, lastname and add button. and i am using mysql data base. when i give the input and click the add button it will store to mysql database. and …

Member Avatar for MVied
0
114
Member Avatar for mark1993

Hello is there anyone here that is agreat forum creater I need your help please!! I just cant seem to make a great forum can someone help me create a forum?

Member Avatar for MVied
0
134
Member Avatar for punithapary

Hi, I am creating website for e-shopping.In that e-shopping i want to sell some products in online can anyone tell me how to do this using paypal or anything. Thanks in advance Punitha Pary

Member Avatar for MVied
0
83
Member Avatar for prashanth18

hi , PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\Domains\eazygurus.com\wwwroot\courses.php on line 45 im getting this error please help me out from this. im attaching the php file and copying my database values........ Table structure for table `course` -- [code=sql]CREATE TABLE `course` ( `id` …

Member Avatar for saikishore
0
167
Member Avatar for ruby123

hi, i need help how to handle php error in my site.. i have created some pages. it is showing some warning... so i want to error handling in php...

Member Avatar for Shanti C
0
141
Member Avatar for CFJU

Hi, I need some help to enable a contact form I've been using to handle Japanese input. I'm not a PHP programmer or developer and really appreciate any feedback. The form was a download from a free resource. I have inserted some statements into the code, but have not been …

Member Avatar for CFJU
0
153
Member Avatar for ocbphoto

Guys i am going crazy here I dont know what I am doing wrong here, it renders in blank the page. I apreciatte very much your help. Oma [code] <?php //include("functions.php"); //dbConnect(); //ADD YOUR OWN DB CONNECTION HERE ?> <html> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <meta name="generator" content="Adobe GoLive" /> …

Member Avatar for MVied
0
139
Member Avatar for websurfer

Hello, all: I have this issue with my includes files; I have this code in my htaccess file so that files that use any of these includes automatically read the includes from root folder. php_value include_path ".:/home/server/domains/mysite.com/html" they seem to work OK, but for some reason the images inside those …

Member Avatar for MVied
0
97
Member Avatar for noeinstein

Hi all, I am trying to build a web-page with Joomla 1.0.xx, Fireboard and Coppermine photo gallery. I am a newbie with joomla and php-scripting. What i am trying to archieve is to get checkboxes for users to use when they upload photos instead of the pooibility to write their …

0
45
Member Avatar for php2sheik

hai i have two combo boxes in one php page. i have some items in first combo box they are populated from DB. i want to load items from DB dependent on item selected from first box. now i met one problem, i use javascript coding for this function. if …

Member Avatar for Shanti C
0
80
Member Avatar for lonestar23

Hello, I am having problems retrieving correct values from two radio buttons in my AJAX script below. The radio button values are either a 1 or 0 and always produces 0 regardless of which button is selected. Once in AJAX, I can not have the script retreive a 1 or …

Member Avatar for lonestar23
0
554
Member Avatar for RobertCJohnson

Hi all. Just installed WAMP Server 2 (I first unistalled WAMP5 as instructed) and after launching I received a series of errors regarding missing 12 .dll files. For example OCI.dll, LIBPQ.dll, SQLITE.dll OCIW32.dll and others. They seem to be related to PHP and MySQL as far as I can tell. …

Member Avatar for pritaeas
0
66
Member Avatar for chaom79

Hi guys, I've developed a virus scanning program using php. Well, it seems my program worked fine--- it can detected the infected files. The problem is how can I make the program to delete the infected files. It seems when I tried to developed the coding, it didn't work. Below …

Member Avatar for sndpbohra
0
159
Member Avatar for jencinas69

I have this code [CODE] <?php error_reporting(E_ALL ^ E_NOTICE); ini_set("display_errors", true); $file = "pets_feed_" . date("Ymd") . ".txt";// - for yyyymmdd if (!file_exists($file)) touch($file); $fh = fopen($file, "r"); $fcontent = @fread($fh, filesize($file)); $towrite = "ID Category Description"."\n"; $fh22 = fopen($file, 'w+'); fwrite($fh22, $towrite . $fcontent ); fclose($fh); fclose($fh22); ?> [/CODE] …

0
108
Member Avatar for daveg8

Hi- I'm tyring to ensure that malicious files are not uploaded to my server along with user videos. I have the videos uploading fine and I'm already checking to see if the extension is either .avi, .mpg, or .mov. However, I am not currently able to prevent someone from renaming …

0
52
Member Avatar for shaikh_mshariq

I have Installed apache http server 2.2.4 [COLOR="red"][B]on[/B][B] Windows [/B][/COLOR]and configure the doc_root to my htdocs directory and its working fine. But when is add these lines in httpd.conf file it gives error. [COLOR="green"]LoadModule php5_module "C:/php/php5apache2.dll" PHPIniDir "C:/php" AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps[/COLOR] It gives error like"[B][COLOR="Green"]server cant load …

Member Avatar for abinash.b
0
573
Member Avatar for motterj

Hi. I'm trying to modify some PHP code (actually, the HTML section inside it) to set the background as transparent, so the displayed text shows the website's template's background beneath the text. It works great in Firefox, Safari and even Chrome, but in IE7 the background is solid white no …

Member Avatar for motterj
0
109
Member Avatar for ocbphoto

Hello there, I am trying to pass the result of a list menu to another one - Have one first list menu and the data will be dynamically from my db ---> DONE--/ - Make the result from that list menu pass it to another list menu so when the …

0
64
Member Avatar for mangel.murti

i have two combox in my page.first is for division and second for gp.when user selecte division corresponding value shoud me fill from mysql in second combox with out submit my form data.any help.. from rohit

Member Avatar for langsor
0
158
Member Avatar for srilakshmitr7

Hello friends, Can anyone help me regarding how to rewrite a static page with the help of url

Member Avatar for langsor
0
98
Member Avatar for kevintfranck

Just that really. I am walking into an already developed basic html page pointing to a php login that branches out to info rich php pages used to order business stationery. I am relativley new to the game. I started my own business and just figured out what I needed …

0
51
Member Avatar for ChintuChowdary

hi, modify the code or content in any webpage with out any backend and permissions if it is possible how?

Member Avatar for darkagn
0
45
Member Avatar for praveen_dusari

hi all, i want a shopping cart which runs on sessions ie adding items to basket, updating them using sessions without using tables any ideas iam confused :confused: and stucked please help

Member Avatar for praveen_dusari
0
303
Member Avatar for nrvuppula

Hi Can any one help me I have the data in the database and i retrive it using mysql_fetch_assoc using while loop and i am trying to display it it on HTML form it is not displayed can any one help me U can find my script [code=php] <?php global …

Member Avatar for nrvuppula
0
64
Member Avatar for silntj101

Hi does anyone know how to create a script that allows a user to upload an image to a website that shows as a thumbnail which when clicked allows user to view image at it's original size. I've found some code (php) that allows user to upload image to server …

Member Avatar for silntj101
0
290
Member Avatar for e_velkova

Hi! I have three questions: 1) How much approximately costs an implementation of a shopping cart module. 2) How long it would take, approximately. 3) Could you, please, give me some... let's say... advice on how to do it, some useful links.., or what basically I have to read in …

Member Avatar for peter_budo
0
68
Member Avatar for hbmarar

Hi, Singleton classess concept , i believe i understand. I played a bit with more use but i do not know how to modify a normal context singleton for a multithreaded environment in PHP. I do understand that multithreading is not possible in PHP or could be faked only but …

0
79
Member Avatar for justted

Hello, I was wondering if anyone can help me sort this problem! I basically have a member profile feature on my site that has an update page! Members can update information such as their date of birth, location etc! I currently have a text box in which members have to …

Member Avatar for enim213
0
105
Member Avatar for fortiz147

hi please help me, i want to know how to enable smtp in php mysql, i have the code right so no worries there. please help

Member Avatar for fortiz147
0
55
Member Avatar for magikman

Hello, I need to select information from two different databases and join them into one web page. I am unsure how to go about doing this. I am not a PHP programmer, any help would be appreciated.

Member Avatar for Shanti C
0
106
Member Avatar for marvinkamote14

hello guys, just want to ask some newbie questions. i have a table named "students" in my database, the field names are "Lastname", "Firstname" and "Highschool". i want to sort my query by highschool field. i want to show that query results in table form. how can i sort by …

Member Avatar for Shanti C
0
306
Member Avatar for naju

I am using Dreamweaver CS3 my keys went wrong .. i dont know why .. my ctrl +z, F4 .. etc are not respnding... and sometimes it shows the message as: "[B]The DynTextField script does not define the findServerBehaviours function.[/B]" I know its not completely PHP issue .. but the …

Member Avatar for peter_budo
0
52
Member Avatar for farhan.foxtrot

In my oracle, there is a table : locations( city varchar2(10), country varchar2(10)); executing the following script results the desired column. [code=php]<?php $link = oci_connect('SYSTEM', 'abracdabra', 'orcl'); $s = oci_parse($link, 'select city from locations'); if(! $s) { $e = oci_error(); var_dump($e ); } oci_execute($s); $res = oci_fetch_row($s); while($res) { echo …

0
79
Member Avatar for veledrom

Hi, I use a submit to POST a data to page1.php. When i am in page1.php, I go to another page. But when i want to come back, page1.php is not displayed. I know it is about POSTed data but How can i prevent this issue? Thanks

Member Avatar for somedude3488
0
73
Member Avatar for Kavitha Butchi

Hello all, I have this strange problem. During registration if user chooses to have '.' in his username, eg: sam.leo then i am getting this wierd problem . -respective tables with the given username are not getting created in the Database. Everything is working fine if usernames are having no …

Member Avatar for Kavitha Butchi
0
260
Member Avatar for kwesiaryee

I am trying to display image files stored in my mysql. It displays alright as a direct php echo, but when i put it in an <img.../> src attribute... I get a cross. The following is the code snippet; [CODE] ... $query = mysql_query("SELECT pid, imgdata FROM pix WHERE pid='2'"); …

Member Avatar for NormandP
0
102
Member Avatar for bdcd

So I want the code to allow the user to login and then direct them to their page, I'm just not sure how I can do that. Here's the table and code I have, is there a way to make "header("location:/instacp.htm");" pull the location from the table in the database? …

Member Avatar for bdcd
0
129
Member Avatar for farhan.foxtrot

i am using oracle 10g along with php 5. the problem is i cannot connect with oracle database from php with the function oci_connect. i can understand that this is because of the way php is configured. can anyone help me configure php to connect and manipulate oracle database?

Member Avatar for farhan.foxtrot
0
94
Member Avatar for jayapalchandran

i want to create feed for a specific thread in a forum. so every time that thread got a reply i want to update the rss file for that thread. is it good to create a seperate rss file for threads and if it so then there would be lots …

0
59
Member Avatar for rickya100

Hi. I need to create an RSS file from one table in my database. I'm using PHP5 and MySQL. I have searched on this and tried to do it myself but i'm not sure what path to take. Should I use SimpleXML to do it? I am hoping someone might …

Member Avatar for rickya100
0
116
Member Avatar for cpeeyush1

hi i am new in the web development field and some days ago i have completed my html ,css &XHTML studies now i want to learn php so please tell me any good ebook(free) for learning from the basices and if you have a download link then please send it …

Member Avatar for Shanti C
0
75
Member Avatar for architact

Hello, Please tell me the way how can I turn on error reporting/php warnings in apache2triad.

Member Avatar for stephen84s
0
53
Member Avatar for god_1896

[QUOTE]hi; please help to check this code. i have a fucntion name to use in my select dropdown list, and I problem in calling the the function name; here is the whole code of my function.[/QUOTE] [ICODE]function getAllR($Region_id) { //returns an array with city info $query="SELECT * FROM cityinfo where …

Member Avatar for god_1896
0
213
Member Avatar for bin_asc

I`m trying to load the contents of a php file, change some variables through a replace, and save it again, but upon loading, the file_get_contents doesn`t parse the start of the file for some reason. I tried this on my server and on the local server. Example : filesample.php : …

Member Avatar for bin_asc
0
173
Member Avatar for gpdrums

I'm working on an if else statement that will display a custom link for everyone except Company A. Everything below works just fine, but it's imperative Company A not see the first link. I've tried something along the line of: [ICODE]<?php $nolink = "Company A"; if ($_SESSION['company'] != $nolink);{ //display …

Member Avatar for langsor
0
180
Member Avatar for max2me99

I have two forms - the first shows a list of advertisers, with the options to Add New (goes to the formsc.php) for a totally new advertiser, and edit or delete based on the advertiser id. When I click on add new and try to insert data I get the …

Member Avatar for langsor
0
57
Member Avatar for knrakesh

Hello friends, i copied a table from other database and using in other database, when iam using the same table in other database the primary key in the table is just auto increamenting from the past table only. i want it to start from 0 Rakesh

Member Avatar for langsor
0
90
Member Avatar for hno

hi i have wrien a php file and i use wampserver 2 to execute my files.now i have writen a php file that connect to database and use it and now i want to trasfer my files to website but i don't now how to do this.please help me about …

Member Avatar for somedude3488
0
62
Member Avatar for TGMaverick

Hi guys, I am awfully sorry for yet anothr newbie post. I searched the forums in depth for somthing related to my situation but could not find anything. The situation is that I am in the final year of my degree and I have to do a final year project. …

Member Avatar for Dizdain
0
150

The End.