Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
Views: 308
Posted By WingTsun
Post 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
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
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
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
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
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
Views: 508
Posted By WingTsun
Thumbs up [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
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
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
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
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
Views: 349
Posted By WingTsun
Post 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
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
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
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
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
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
Views: 449
Posted By WingTsun
Post 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
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
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
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
Views: 202
Posted By WingTsun
Post 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

 
Forum Jump

All times are GMT +1. The time now is 09:26 AM.