39,320 Topics
| |
I needed to paginate my article section at my site so that i wont have 20 paragraphs page, now when I tried this on LOCALHOST i encountered no problem at all. But when I uploaded it on my server, the pagination doesn't work. I think the problem here is about … | |
i try to install software called kbpublisher on my website and i need "document root" to configar this software [url]www.basma.sy/db[/url] thanks | |
| does anyone know how to limit upload speed on apache for windows? i found some solutions but they all for linux this one didnt work for me <IfModule mod_throttle.c> ThrottlePolicy Original 7 5 <Location /throttle-status> SetHandler throttle-status </Location> <Location /throttle-me> SetHandler throttle-me </Location> <Location /~*/throttle-me> SetHandler throttle-me </Location> </IfModule> |
Hi. I have extraordinarily limited knowledge of (in?) PHP. Anyway I was trying to fiddle with my website and I did something such that when I click on a menu item on my website I get this message: Parse error: parse error, unexpected ':' in /home/mercurys/public_html/preview.php on line 46 Other … | |
hi, how to validate email id in php...please send some code....lydia | |
I get the following error when I run the script: `Parse error: syntax error, unexpected '{' in /home/rjbind/public_html/cert/score.php on line 61` Here is the script syntax: <p align="center"> <a href="http://serverpg.com/clients/"> <img border="0" src="http://www.rjbind.com/cert/header.jpg"></a></p> <?php /* ServerPG Certification v1.1 Copyright (c) 2006 serverPG.com This is not intended for redistribution Do not … | |
Hi, I have this code. It works fine using PHP 4 and MySQL 5.0. but it doesn't work at all on my webhost (php4 mySQL 4) and I cannot for the life of me figure out why. Here's my code: /<? // Connect database. include("connectdb.php"); //if "Submit" button is clicked … | |
hi i am new to php.i want to know how to validate textboxes for email address and alphabets... lydia | |
"Model oriented graphs using XML. Then represent with the help of stylesheets, in an intuitive graphic format, the BF and DF Searches of the graph. Also, offer a SVG representation of the search." Do I need to use PHP, or just XML? And if so, in what ammount? What other … | |
Hello All, I create a website that sends mail to all prospective users. I discover that users on yahoo mail dont get my mail (and some users on free or Commercial e-mail services). However, users on company based mail get the mail. I need your help ASAP Emmanuel | |
Hello everyone I have some code listed below, well with this code I it does not display anything in the listbox. When I have it displaying the stuff in the listbox it does not display the correct stuff...like less than 10. I have put the line of code in bold. … | |
Hi I've been looking at site [url]www.cdbaby.com[/url], apparently they switched over from Ruby on Rails to PHP. I would like to know if anyone can explain how come none of the links have a "php" extension on them, and how this can be achieved? (...or is there a way to … | |
Hi! I'm a bit of a beginner at PHP, and I'm having trouble comparing two strings in a conditional statement. Both of the variables are strings, but one of them them is assigned from a MSSQL database. In this database, it of the unicode varchar data type. It doesn't seem … | |
I am currently trying to understand how to rewrite URL's, but I am missing several pieces to the puzzle. I will have a directory stucture similar to the following... / /apps /lib /config /public /public/index.php /public/images /public/css /public/js I want /public/index.php to be called first on nearly every url request. … | |
I am attempting to use a PHP include with cgi-bin. Is this even possible? My other includes work fine. Here is the offending code: [code] <?php include ".../cgi-bin/Calcium40.pl?Op=ShowIt&CalendarName=City"; ?> [/code] | |
Hello Guys, I am creating a pdf document in PHP using fpdf. I have a problem created a text wrap table with the fpdf classes. Can somebody please help me. (note that multicell is not achieving that function). Better still i will appreciate it if you can introduce me to … | |
Hi I am trying to connect a Flash client socket (XML) to a php socket server (using Flash 8 and php 5). My php socket server responds correctly when I connect to it with a php client socket but fails when I try to connect with the flash xml client … | |
Is possible to post values directly to a webpage, but without using a submit button, i.e. directly from the server and no human interaction. Cheers Andrew | |
Hi Everyone, Another newby here with hat in hand. I'm working on a basic flash/php mail program. Working with the template provide from a website; I want some additional fields to the formmail. So I added some text boxes to the .FLA file which sends the variables to the PHP … | |
Hello together... hope someone can help me:-) I want to to run a php file every ten seconds on serverside, how can I do this? CronJobs are not really working; Server = Apache, PHP 4 or 5. Greetings & Thanks | |
Is it possible to have two main pages i.e index page one for wap and the other html(php driven) or do i have to determine the type of user and rewrite my index page appropriately. My main site is unsuitable for mobile phones and would have to significantly different. Cheers … | |
:?: Greetings, I am brand new to php and mysql so get out the asprin. smile I am making a php file to pull information from dat files to update my database. When I run http://www.sandpointrealty.com/read2.php I get this error Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result … | |
I am developing an application using xampp and in that appliaction I want to send sms.So is there any support from php for sending sms(I have a gprs modem) or is there any other way. | |
Hey dude,does anybody know how to transcode a video file in ffmpeg but the video must be played like a backward or rewinded vid?Please share your thoughts about this.Thanks. | |
Hi this might sound like a simple question to most but it is something that i have been trying for quiet a while. I have a table in mysql, which contains a name of a football match, date, time , and one of the variables is a link address to … | |
I have a simple php file for example: [CODE] <? header("Content-type: application/octet-stream"); header("Content-Disposition: attachment; filename=file123.xls"); header("Pragma: no-cache"); header("Expires: 0"); print "test"; ?> [/CODE] What I want to do is export php result and save it in excel file. If I run this from web browser like IE,firefox, I have no … | |
[code=php] <HTML> <?php if (empty($CSP_Name) || empty($Supervisor) || empty($Rep_Number) || empty($Department) || empty($Account_No) || empty($First_Name) || empty($Last_Name) || empty($Phone) || empty($ShipTo_Address) || empty($ShipTo_City) || empty($ShipTo_State) || empty($ShipTo_ZIP) || empty($Accept)) {echo "<h2>Please make sure you have filled in all required fields. Please use your browsers Back button</h2>\n"; echo "<h2>******REQUEST WAS NOT … | |
Hello everyone. I am interested in building a Content Management System of my own, from scratch. I program in PHP and MySQL pretty well, but mostly just for E-commerce and dynamic content. I have been using blogger and wordpress as blogging programs, and notice in the admin area that you … | |
I get the following error in my code: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in.....line 20 This same thing occurs in lines 28, 54, 55, 108, and 109 I get another error in line 51: Warning: Cannot modify header information - headers already sent by … | |
| i forgot how to split urls :) [code=php] $url = "http://www.myhost.com/1,1,1,10.html"; [/code] i m trying to get 1,1,1,10.html n assign each value before commas to variables any ideas?? |
The End.