39,319 Topics
| |
Hello, Please tell me the way how can I turn on error reporting/php warnings in apache2triad. | |
[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 … | |
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 : … | |
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 … | |
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 … | |
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 | |
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 … | |
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. … | |
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 … | |
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 | |
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 … | |
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 … | |
Hi, How can i read the OUT parameter of a MySQL stored procedure in PHP with using mysql not the mysqli? Thanks | |
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 … | |
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 … | |
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? | |
hi i need a script that make security image for forms.please give me an script to download . thanks | |
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 … | |
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 … | |
hi dear friendsss.... how we will sort two dimensional array in php? can u help me? anybody? plz... thanx in advance... | |
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 | |
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 | |
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 … | |
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 … | |
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 … | |
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. | |
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 … | |
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 … | |
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! | |
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 … |
The End.