Click here to Skip to main content
Page 1 of 111
Page Size: 10 · 25 · 50


Tag filtered by:  PHP [x]
Question 13 May 2013   license: CPOL
how to block user after insert wrong password 3 times for 15 minutes using phpany code or tutorial any idea???i don't want to block him based on ip address i need othere ways
PHP
Question 13 May 2013   license: CPOL
Scenario:Apache crashes periodically displaying the message box below:The instruction at "0x0077aa06" referenced memory at "0x0125a988". This memory could not be "read".Opening the Apache error log file shows this error:[Mon May 13 11:50:57 2013] [notice] Parent: child...
Answer 13 May 2013   license: CPOL
Regarding scope there are so many technologies available rather than asp, php etc. You can jump to Embedded System .But choose technology in which you are capable, in which you can do better.php , asp.net ,html5 all hav equal scope if you have the talent.
Tip/Trick 13 May 2013   license: CPOL
Write a router for PHP MVC Applications with $_SERVER['PHP_SELF']
Answer 12 May 2013   license: CPOL
Please do not post the same question repeatedly.The answer has not changed since yesterday!Plz tell me which languages better and demanded in markaet about asp.net and php[^]
Question 12 May 2013   license: CPOL
I a general question. what technology should i choose- php vs asp.net and html5? I have tried to find it myself but there are many different opinions about that topic. Is there any general rule or methodology which can help me decide?
Answer 12 May 2013   license: CPOL
Simple a Google search will help you lot of better than us.Why you post such type of question without searching or giving an effort for that? Come here when you have tried but not able to get the result,then show us your code.Ok,some of below links help...
Question 12 May 2013   license: CPOL
Hello community!I have a website that is on a live domain. Some times it loads okay but sometimes it gives me 403 forbidden, even for other users it does the same, i tried my every best to check permissions and every other stuff, but yesterday i just cleaned my browser cache and history etc,...
PHP
Question 12 May 2013   license: CPOL
I have a project name "nkhrm" in htdocs. And my IPv4 address is: 192.168.1.106. And my port no is: 8080. when I am running my project by 192.168.1.106:8080/nkhrm from my pc its working good. but, when I am running from another pc through LAN my project is showing nothing.How, can I solve...
Article 12 May 2013   license: CPOL
Wordpress Azure Mµ, Wordpress Multisite on Azure
Question 11 May 2013   license: CPOL
Hi, I want to edit Report menu or change name of cutomer referral to vendor report generator in zencart how to change it
Question 11 May 2013   license: CPOL
Hi,I want to fetch record from database and show it in report in zencart but the report displays output according to the radio button on Morning and evening how to fetch it can i get any query regarding with it for zen cart
Question 11 May 2013   license: CPOL
fetch record and display on selection of radio buttons using php with mysql
Tip/Trick 11 May 2013   license: CPOL
Set width & height of screen and store it in cookies, and get it with php
Answer 11 May 2013   license: CPOL
This isn't really a question we can answer: there isn't a general rule "this is better" or "this is worse" when it comes to any language or framework. Each have advantages, each have disadvantages - but they are only advantages or disadvantages when applied to a specific problem, or even...
Question 11 May 2013   license: CPOL
I a general question. what technology should i choose- php and asp.net?I have tried to find it myself but there are many different opinions about that topic. Is there any general rule or methodology which can help me decide?
Article 11 May 2013   license: CPOL
Canvas Control Library provides highly customizable controls using the HTML5 Canvas element. Also includes a new Forms based system which is a new way to build your web pages and websites.
Answer 11 May 2013   license: CPOL
In PHP there is a function called preg_match[^] which returns 1 if a given string matches the provided pattern:$email_string; // Contains the user's email address$simple_email_pattern = "/^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$/";$match = preg_match($simple_email_pattern,...
PHP
Question 11 May 2013   license: CPOL
i want check user input mail address that is a valid address or no .with java or php or ..
PHP
Question 11 May 2013   license: CPOL
I'm trying to open my hotmail adress via PHP on Localhost. I keep getting this error however: Can't connect to pop3.hot.glbdns.microsoft.com,143: Timed out.My code:
Question 10 May 2013   license: CPOL
Search is not working on IE, but works great on Chrome, Safari, Opera, Firefox. it works great when it searches into database english characters on IE 10 but nothing shows as text when it searches into database to find greek characters. This happens only with IE.
Answer 10 May 2013   license: CPOL
My guess would be that ms still defaults to its legacy Windows-1252 character encoding. Try put the following as first line in the HEAD section of the page.Good luck!
Question 10 May 2013   license: CPOL
echo ' function Application'.$col1.'() { $.ajax({ url: "?page=acp_apps_check", type: "post", data: {capp:'.$col1.'}, success:...
Question 9 May 2013   license: CPOL
I want match Every single row of file1 with file2 (both are excel files) .if any record not match it show error with row number.If size of file more than 50 MB than my system gets very slow.how I solve this problem.tanks in advance.
PHP
Question 9 May 2013   license: CPOL
Hi all, I have created a small web application using php and mysql for fetching data in mysql i have used stored procedure before hosting the application all worked fine but after hosting mysql stored procedure not fetching any data not showing any error and the query executing succesfull...
Answer 9 May 2013   license: CPOL
Refer to the below links:jQuery Login modal popup for ASP.NET Simple Model DemosPopup Login control in ASP.NET Using Div and CSS (LightBox effect) code behindHow to Create PopUp Login Control in ASP.NET
Answer 9 May 2013   license: CPOL
This should be enough for youhttp://jqueryui.com/dialog/#modal
Answer 9 May 2013   license: CPOL
$ is not defined means the browser does not know what $ is. You need to load jquery.js.
Answer 9 May 2013   license: CPOL
ryanb31 wrote: "$ is not defined means the browser does not know what $ is. You need to load jquery.js."- Thanks, didn't notice I was missing the jquery.js.
Question 9 May 2013   license: CPOL
$("cApplication'.$col1.'").cli...
Question 9 May 2013   license: CPOL
Hello,I kindly need your help designing a pop-up login page.Can anyone help me with how its done.I'll really appreciate some codes.Thank you.You can visit the link below to have an idea of what i'm talking about.http://www.jumia.com.ng/[^]Just click on the login...
Question 9 May 2013   license: CPOL
Scenario:Has a c++ .exe application writes and reads a sqlite database every one second.Has a php file writes and reads the same sqlite database every one second.Problem:Journal files are created locking the database, i want to turn off the journal files completely.code:on...
Question 9 May 2013   license: CPOL
Hello! I try make own library class and call it from other class.I created file SimpleImage.php and put it at directory application/libraries/The file contents class:
Article 8 May 2013   license: CPOL
jsRazor is unbeatably powerful and stupidly simple client-side rendering approach that consists of ONLY TWO functions. Tiny javascript library entirely eliminates the need for server-page rendering, in the same time giving your apps unmatched simplicity and flexibility.
Question 8 May 2013   license: CPOL
I want to create php project using symphony framework in Netbeans version 7.3. But, when I am selecting true Symphony PHP Web Framework, netbeans ide showing the message : "PHP interpreter must be selected." How can I solve this problem step by step ? Please tell me...
Answer 8 May 2013   license: CPOL
just give the bottons ids (name) while you are in your loopthen do functions based on button nameOr, the link from each button will send to the form a parameterbutton = site.com/form.php?delete=1?id=02
Question 8 May 2013   license: CPOL
I am trying to select individual rows, from the dynamic table in php.The table is created through a while loop.I want to achieve that when the table - which has a button in each row.. is clicked the id is retrieved from the website. at the moment all the ids are being generated.
Article 8 May 2013   license: CPOL
How to easily build an online shop with the Scavix PHP Web Development Framework.
Answer 8 May 2013   license: CPOL
In while loop while( $data=mysql_fetch_array($result)){ echo $data[0].$data[1].$data[2].$data[3]}what it does? It just looping through the $result.So it give you the result as row1 row2 .....But when you echo it with out the while loop it prints the first row .And echo it again it...
Answer 8 May 2013   license: CPOL
Here is a solution that might help.You can make a common generalized getSearchDateRange function it will return you an array having search start date and end date and use these values in your query.In this way you can use this search range function anywhere you want to use.You can get...
Answer 8 May 2013   license: CPOL
Probably you are looking for the technique called URL rewriting: http://en.wikipedia.org/wiki/URL_rewriting[^].Please see: http://bit.ly/15pnap6[^].—SA
Question 8 May 2013   license: CPOL
I was wondering if it is possible to hide your URL from visitors on your site.For example: If my homepage URL is http://www.mydomain.co.za/pages/home.php.How do I change that to for instance http://www.mydomain.co.za?I do not want to show the /pages/home.php for reasons...
Question 8 May 2013   license: CPOL
Hi All,I have my website(application) in Andriod and its webservice is in PHP. We have created a login form for this and a registration form for new user. When user register using my application its data is saved to my database in mysql.Now,the main problem is here, If user logs in with...
Article 8 May 2013   license: CPOL
Describes PHP application development with the free Scavix Web Development Framework (Scavix-WDF).
Answer 8 May 2013   license: CPOL
Fixed, just implemented some PHP into it:$qString = $gConnection->prepare("UPDATE `accounts` SET ".$key." = ? WHERE `Username` = ?");
Answer 7 May 2013   license: CPOL
First of all, consult webhosting provider documentation. As I see, they don't provide email server, you need to use the google one, or an other third party provider.Look at this tutorial for a more advanced use with gmail as smtp server:...
Question 7 May 2013   license: CPOL
Hi,I have a website hosted in "freewebhostingarea"They allow mail() PHP function.I need to install an email account so i can send receive emails.What is the easiest FREE way to do it. Like installing a free code in it, etc...?Is there any free email server codes available?Thank you
Answer 7 May 2013   license: CPOL
hi,This solution code.$sql4="select count(*) as Under_warrenty from machine_details where warranty_renewal_date >='$current_date'";$result4 = mysql_query($sql4) or die('Query failed: ' . mysql_error());if ($result4) { while ($row4 = mysql_fetch_assoc($result4)) { ...
Answer 7 May 2013   license: CPOL
echo sql query and check it by execute that in MySQLCheck Date format passed from PHP it should be yyyy-MM-ddand in first query you are using >= then in second query you should use
Question 7 May 2013   license: CPOL
hi,I am facing an unusual problem when comparing two dates.Pleas have a look.Database tableWarranty_renewal_date (Date type= DATE)2010-02-122010-02-122013-06-11My code in php$sql4="select count(*) as Under_warrenty from machine_details where warranty_renewal_date...

Page 1 of 111
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 13 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid