39,319 Topics

Member Avatar for
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
51
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
211
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
171
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
172
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
55
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
58
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
145
Member Avatar for Dizdain

Hello. I'm new to the community so hello everyone! I am having some difficulties with my php script. I am trying to generate a list of the latest 10 news topics in my site and code those topic titles to hyperlink to another page, news.php, which will show the entire …

Member Avatar for Dizdain
0
171
Member Avatar for ajie6673

hello to all, would somebosy help me creating a library system that consist of book inventory, barrower form, validation of user hope someone could be able to help. iam new in php/mysql and have no idea how to start please help me i will truely appreciate all your help. thanks

Member Avatar for ajie6673
0
133
Member Avatar for kmughal80

I am working on a web site where I have this requirement to convert audio files into mp3s. The following audio formats are to be converted into mp3: .wav, .wma, .aac, .vox, .aif, .amr, .ogg, .aiff I am using an audio converter called AudioCommander ([url]http://www.mystikmedia.com/audiocommander.asp)[/url], calling this tool on command …

Member Avatar for langsor
0
105
Member Avatar for assgar

Hi I am trying to get the number of hours and minutes between two time time stamps. The expected results should be 1:59 (h:mm) instead I am getting 1:58 (h:mm). What is wrong with my approach? Is it also possible to use a built in php function so I don't …

Member Avatar for darkagn
0
205
Member Avatar for veledrom

Hi, How can i read the OUT parameter of a MySQL stored procedure in PHP with using mysql not the mysqli? Thanks

0
45
Member Avatar for Andrew Hucks

Well, I've been working on a tracking system for [URL="http://www.runescape.com"]RuneScape[/URL]. (It's a Java-Based, Browser MMORPG. You gain experience points in 24 separate skills, and they are all logged on a hi scores table.) Anyways, here's what I've got- [code] <html> <head> <title>The Test Page</title> <body> <?php // create a new …

Member Avatar for somedude3488
0
86
Member Avatar for cwarn23

Hi and I am expanding one of my websites which requires me to write a script which has a language syntax highlighter (the gml/gamemaker language). So to do that I am using mainly preg replace and str replace. I have been working hard at it for the last 29 hours …

Member Avatar for cwarn23
0
77
Member Avatar for Tess James

can i create dynamic array variable names in php? my requirement is... i want a no: of 1-d arrays like $c1[],$c2[],$c3[]. and i need to dynamically create the arrays like this.. for($i=1;$i<$var;$i++) $c.$i[]=$r; is there any way to do this?

Member Avatar for Pado
0
166
Member Avatar for hno

hi i need a script that make security image for forms.please give me an script to download . thanks

Member Avatar for PoA
0
80
Member Avatar for vicky.vignesh

in my project i am using multiple combo boxes in a single page.so can u help me how to get values from those comboboxes.here me used nearly 400 comboboxes.so it is very difficult to use 400 variables to retrive value from comboboxes.so me used array technology.bt here me not able …

Member Avatar for architact
0
102
Member Avatar for udaydesai

Hello Friends, i return a database connectivity like this. [code=php] function db_conn() { $mysqli = new mysqli("localhost", "root", "", "test"); if (mysqli_connect_errno()) { printf("Connect failed: %s\n", mysqli_connect_error()); exit(); } return $mysqli; } [/code] with this upto now i used to insert records successfully. but now i have an problem with …

Member Avatar for udaydesai
0
339
Member Avatar for rejisha

hi dear friendsss.... how we will sort two dimensional array in php? can u help me? anybody? plz... thanx in advance...

Member Avatar for Shanti C
0
141
Member Avatar for veledrom

Hi, I navigate throught the pages in my php project. When i click back button in Internet Explorer to go back to previous page, it displays common "The page cannot be displayed" error. What do i have to add into my php code to overcome this problem? Thanks

Member Avatar for veledrom
0
49
Member Avatar for kavinda13

Can anybody help me to implement eway direct debit using php? [URL="http://www.eway.com.au/Support/Developer/DirectDebit.aspx"]http://www.eway.com.au/Support/Developer/DirectDebit.aspx[/URL] It is just a access soap web service using php. Please help

0
58
Member Avatar for lukus89

Hi All, i'm new here but hoping someone can give me some much needed help! :) I'm new to PHP Completely, the script i currently use to pull pages for this website is something i borrowed from a freind. I Kinda understand this one script, but the rest is unknown …

Member Avatar for langsor
0
139
Member Avatar for forwardlookguy

Hello, I have a problem that someone can hopefully help me with. I have a page where Make, Year and Model menus are dynamically created via mysql. Upon selection, the user presses submit and those values are fed to the database where the production numbers for say, a 1958 Plymouth …

0
103
Member Avatar for nadal

Hi, i need help with preg_match i hawe links like [url]http://test.site.com/cat1/cat2/123.html[/url] [url]http://test.site.com/cat1/cat2/cat3/1.html[/url] i need when i put on form this link and pres submit to get link to last / aded text page- get the numberof html page and change the .html in a .txt like: [url]http://test.site.com/cat1/cat2/page-123.txt[/url] [url]http://test.site.com/cat1/cat2/cat3/page-1.txt[/url] Thanks Sorry …

Member Avatar for langsor
0
178
Member Avatar for Madawa

Hi, I want to search an excel sheet with heading columns. There are Hotel code, name, address etc. I want to search at specific hotel code and get their details. Please help me out in this matter. Thank you in advance.

0
52
Member Avatar for soddengecko

Hi All I am having a bit fo an issue with an if/else statement inside a while statement. Basically there are two while statements. one to retrieve a distinct value, the second to list all links associated to that distinct value. I am trying to build a favicon fetcher to …

Member Avatar for langsor
0
143
Member Avatar for smartness

Hi guys, which good free host would you recommend me, i have a domain, and want to bind it with that forum, but first i need a good free host (not auto install, i install it by myself) but i don't know which to choose... interested on Good Uptime, servers …

Member Avatar for johnxflynn
0
205
Member Avatar for gpdrums

I want to redirect authenticated users to a personal account page where they will see links to pdf documents in their folder. 1. How do I perform this redirect? 2. How do I call the file names for the documents in the account folder? Thanks much!

Member Avatar for antwan1986
0
108
Member Avatar for MVied

Hi, I've been working with PHP for about 6 or 7 years now, and recently I came across a problem that I really couldn't figure out. At my work, we have management software that has been worked on for years and years by a lot of different programmers. It is …

Member Avatar for MVied
0
219

The End.