Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 3
1
2
3
>
Showing results 1 to 25 of 65
Search took
0.33
seconds.
Search:
Posts Made By:
WingTsun
Forum:
PHP
03-19-2013, 07:19 PM
Replies:
5
welcome user when logged in
Views:
166
Posted By
WingTsun
What exactly do you mean by the previous page? ...
What exactly do you mean by the previous page?
- An included file, when the page loads;
- Previous page you left and entered this page;
Forum:
PHP
03-03-2013, 12:32 AM
Replies:
3
PHP/MYSQL Accounts Package
Views:
344
Posted By
WingTsun
Hi! I would recommend you to use MySQLi or PDO,...
Hi! I would recommend you to use MySQLi or PDO, the old way of MySQL will be removed from PHP in newer PHP versions. This was the first thing, which came to mind reading this. I'll let our Pro's to...
Forum:
PHP
03-01-2013, 05:51 PM
Replies:
1
Get changesets from bitbucket.
Views:
308
Posted By
WingTsun
Edited the original post. Added tons of...
Edited the original post. Added tons of information now - I just have a lack of understanding how this PHP Library is working to get information. Im sure you guys will see the way in few minutes...
Forum:
PHP
02-28-2013, 08:35 PM
Replies:
1
Get changesets from bitbucket.
Views:
308
Posted By
WingTsun
Get changesets from bitbucket.
Hello Coders!
I have made a simple change-log script for my own and client's needs. What I want to do is - to make another tab, which would contain all the commits from bitbucket repository.
I...
Forum:
PHP
02-26-2013, 05:18 PM
Replies:
5
Bypass Captcha using php
Views:
453
Posted By
WingTsun
Hi! "Fou-Lu" already answered your question...
Hi!
"Fou-Lu" already answered your question very clearly.
Forum:
PHP
02-15-2013, 04:04 PM
Replies:
6
Anyone here very good at hacking, and know a lot about security?
Views:
316
Posted By
WingTsun
I think this guy wants to hack some persons...
I think this guy wants to hack some persons web-site, don't knows how, and is seeking for someone to do it for him, using this story as a Mask. Ignore me, its just an opinion.
Forum:
PHP
02-11-2013, 08:45 PM
Replies:
7
Fatal error: Call to a member function setErrorCallbackFunction() on a non-object
Views:
568
Posted By
WingTsun
It seems that this line is making the Error: ...
It seems that this line is making the Error:
$this->db->setErrorCallbackFunction("errorHandler");
You are trying to replace the function for Handling Errors, and it seems to be invalid. Try...
Forum:
PHP
10-17-2012, 10:41 PM
Replies:
4
Resolved
[PHP\MySql] Transfer data between two tables..
Views:
508
Posted By
WingTsun
The problem is solved now. Thank you! I posted...
The problem is solved now. Thank you! I posted the solution in the Original Post, and set the status as "resolved".
Forum:
PHP
10-17-2012, 12:49 AM
Replies:
4
Resolved
[PHP\MySql] Transfer data between two tables..
Views:
508
Posted By
WingTsun
So, I will need to make an individual query for...
So, I will need to make an individual query for every table I want to merge?
Forum:
PHP
10-16-2012, 11:44 PM
Replies:
4
Resolved
[PHP\MySql] Transfer data between two tables..
Views:
508
Posted By
WingTsun
[PHP\MySql] Transfer data between two tables..
SOLVED!
Solution posted below..
Hello guys..!
I'm having some trouble transferring some data dynamicly from one table of the database to another.
The Database and Table Structure is...
Forum:
PHP
10-10-2012, 04:22 PM
Replies:
8
Form Is Submitted And Page Redirects To Another Page
Views:
777
Posted By
WingTsun
In your example, you are redirecting before the...
In your example, you are redirecting before the Database queries are executed. You should use the redirect at the end of your PHP Script.
Forum:
PHP
08-24-2012, 08:20 AM
Replies:
4
Minecraft Toplist
Views:
431
Posted By
WingTsun
Hello! It's very hard to answer a question...
Hello!
It's very hard to answer a question like this. You should code a web-site for this, please be more specific.
Forum:
PHP
08-24-2012, 08:17 AM
Replies:
3
users individual recent game name history
Views:
428
Posted By
WingTsun
Hello, I am a beginner aswell, but I can direct...
Hello, I am a beginner aswell, but I can direct you a little to the right direction.
You should create a Sql Table, witch would hold the user activity. And develop a simple PHP Code, witch...
Forum:
JavaScript programming
08-03-2012, 05:02 PM
Replies:
2
Resolved
Force-round digits..
Views:
349
Posted By
WingTsun
Thank you Philip, your solution is working.
Thank you Philip, your solution is working.
Forum:
JavaScript programming
08-02-2012, 06:36 PM
Replies:
2
Resolved
Force-round digits..
Views:
349
Posted By
WingTsun
Force-round digits..
Hello!
I just came across a problem with JS Rounding. What I need to do is:
to format digits like: 1.3002 to 1.31
It should format money like that dynamicly, I guess to force-round up. I...
Forum:
PHP
06-25-2012, 08:21 PM
Replies:
6
User Credits System
Views:
441
Posted By
WingTsun
Make sure you verify the Posted Data in your IPN...
Make sure you verify the Posted Data in your IPN Callback file very very hard. Like, if the currency, amount and data like that is not faked by hacker. Not sure if PP Offers to send a HASH, but if it...
Forum:
PHP
06-06-2012, 01:16 PM
Replies:
5
Signup Script with Verification
Views:
449
Posted By
WingTsun
Thank you for the Respones, good piont. I have...
Thank you for the Respones, good piont. I have missed the protection against the XSS. Thank you!
Forum:
PHP
06-05-2012, 07:56 PM
Replies:
5
Signup Script with Verification
Views:
449
Posted By
WingTsun
Really no1 ? :O I'm just asking to take a fast...
Really no1 ? :O I'm just asking to take a fast look, and an opinion if this is a safe method..
Forum:
PHP
06-04-2012, 10:38 PM
Replies:
5
Signup Script with Verification
Views:
449
Posted By
WingTsun
I cleaned up the Code to make it easyer for you...
I cleaned up the Code to make it easyer for you guys..
Forum:
PHP
06-04-2012, 09:01 PM
Replies:
5
Signup Script with Verification
Views:
449
Posted By
WingTsun
Anybody? I am not asking to fix anything, the...
Anybody? I am not asking to fix anything, the Script is Fully working. I just need an opinion, is it enough secured, and can be used in a Public Website ?
Forum:
PHP
06-04-2012, 06:01 PM
Replies:
5
Signup Script with Verification
Views:
449
Posted By
WingTsun
Signup Script with Verification
Hello guys. I created a new Signup Script, with verification, witch returns an error type, so I can show the correct text from the Language File.
I would like you guys to check it out, and tell me...
Forum:
PHP
06-03-2012, 01:07 AM
Replies:
14
MySQL, with no MySQLi or PDO..
Views:
614
Posted By
WingTsun
The question is: "Is this Signup Script enaugh...
The question is: "Is this Signup Script enaugh Secured?" ..
Forum:
PHP
06-02-2012, 11:33 PM
Replies:
14
MySQL, with no MySQLi or PDO..
Views:
614
Posted By
WingTsun
Hello again guys! So, as I mentioned, I will...
Hello again guys!
So, as I mentioned, I will fully reconstruct the SignUp Script, and I did it. Now I would like to confirm it with you. Please take a look at it, and feel free to point out any...
Forum:
PHP
06-02-2012, 02:04 AM
Replies:
1
Passing Variable in a Class
Views:
202
Posted By
WingTsun
Uh, by trying some more ideas, got it to work,...
Uh, by trying some more ideas, got it to work, here is the result.
class Validate {
# Store Variables
public $ErrorType;
Forum:
PHP
06-02-2012, 01:33 AM
Replies:
1
Passing Variable in a Class
Views:
202
Posted By
WingTsun
Passing Variable in a Class
Hello!
I am making a simple validator Class, and I just encountered a problem I can not solve, since I moved to OOP recently.
What I am trying to do is, to simply validate the data, that's no...
Showing results 1 to 25 of 65
Page 1 of 3
1
2
3
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
09:26 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.