Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 310
Search took 0.36 seconds.
Search: Posts Made By: angelali
Forum: PHP 12-02-2012, 07:36 PM
Replies: 30
Views: 736
Posted By angelali
well purchase lol, better forget it. Take an...

well purchase lol, better forget it. Take an example of this multiline, I am shocked that even HTML5 and PHP GD do not support it. Well, you can use word wrap on both but it is not good.

As it is...
Forum: PHP 12-02-2012, 03:41 PM
Replies: 30
Views: 736
Posted By angelali
I did a card, but I abandoned when the multiline...

I did a card, but I abandoned when the multiline function does not work. Moreover, when you edit a textbox, or even remove a value, then click submit, it does not update the card. I mean on your...
Forum: PHP 12-02-2012, 10:31 AM
Replies: 30
Views: 736
Posted By angelali
I have tried y maximum to figure out how these...

I have tried y maximum to figure out how these websites are writing texts online on images but in vain. I thought it was HTML5 Canvas, but unfortunately, you cannot do that as if you want to edit a...
Forum: PHP 12-01-2012, 08:43 PM
Replies: 1
Views: 307
Posted By angelali
PHP Quiz system

Suppose you want to create a PHP quiz system, what are the process you have to do to achieve it? Here are the main requirements below:

1/ The questions, answers and scores will be stored in...
Forum: PHP 12-01-2012, 05:27 AM
Replies: 30
Views: 736
Posted By angelali
I will try a last time. Hope it will work.

I will try a last time. Hope it will work.
Forum: PHP 11-30-2012, 08:28 PM
Replies: 19
Views: 804
Posted By angelali
I am planning to use MySQLi in the future. I do...

I am planning to use MySQLi in the future. I do web design more than programming. And its for fun only as programming is boring lol. Im more on web marketing, marketing, office and little desktop...
Forum: PHP 11-30-2012, 08:18 PM
Replies: 19
Views: 804
Posted By angelali
Yes as in Procedural we often protect textbox etc...

Yes as in Procedural we often protect textbox etc in variable, I wanted to know if in PDO also the same. It has nothing to do with SQL injection. I clearly mentioned it on XSS.
Forum: PHP 11-30-2012, 07:38 PM
Replies: 19
Views: 804
Posted By angelali
I have never said strip_tags and htmlentities are...

I have never said strip_tags and htmlentities are used for database! I said I used them against XSS. Read again.
Forum: PHP 11-30-2012, 06:29 PM
Replies: 19
Views: 804
Posted By angelali
So PDO and Mysqlli are different? If yes, which...

So PDO and Mysqlli are different? If yes, which one is better?
Forum: PHP 11-30-2012, 06:16 PM
Replies: 19
Views: 804
Posted By angelali
Ok thank. I will consider it now. Hope I find a...

Ok thank. I will consider it now. Hope I find a good tutorial on this. It is very rare you find PHP OO tutorials on books, videos etc... Most of them are difficult to follow.
Forum: PHP 11-30-2012, 06:13 PM
Replies: 6
Views: 317
Posted By angelali
I have already abandoned the project. thank you...

I have already abandoned the project. thank you anyway.
Forum: PHP 11-30-2012, 05:50 PM
Replies: 19
Views: 804
Posted By angelali
And can we add our traditional htmlentities or...

And can we add our traditional htmlentities or strip tags in PDO statements to protect against XSS?
Forum: PHP 11-30-2012, 05:31 PM
Replies: 19
Views: 804
Posted By angelali
Mysql_real_escape_string and PDO statements

I hear many times some people keep saying to use PDO statement to prevent SQL injections. I still use mysql_real_escape_string against sql injection and htmlentities or strip tags for XSS to protect...
Forum: PHP 11-30-2012, 05:23 PM
Replies: 30
Views: 736
Posted By angelali
Hi, sorry, but I abandoned the project. Thank you...

Hi, sorry, but I abandoned the project. Thank you anyway.
Forum: PHP 11-30-2012, 02:49 PM
Replies: 30
Views: 736
Posted By angelali
This sucks. Wait, suppose I have an image on the...

This sucks. Wait, suppose I have an image on the page. I have a textbox below, and a user write some texts and press OK, the forms goes to another page, and output the text on the image which was the...
Forum: PHP 11-30-2012, 02:42 PM
Replies: 30
Views: 736
Posted By angelali
Or perhaps, it has nothing to do with the header...

Or perhaps, it has nothing to do with the header but to the src of the image. I tries ob_start, flush, end flush etc, but in vain. In fact, all other websites I saw, they are doing the same as me and...
Forum: PHP 11-30-2012, 02:36 PM
Replies: 30
Views: 736
Posted By angelali
Well forget this crap! Im fed up of this!

Well forget this crap! Im fed up of this!
Forum: PHP 11-30-2012, 02:25 PM
Replies: 30
Views: 736
Posted By angelali
Facepalm to myself. I need a weed I think. My...

Facepalm to myself. I need a weed I think. My head is too heavy to understand thing. So, if I copy and paste the script in another page then INCLUDE the page to the one, will it work?
Forum: PHP 11-30-2012, 02:21 PM
Replies: 30
Views: 736
Posted By angelali
Ok, I cut the whole script and paste it above the...

Ok, I cut the whole script and paste it above the doctype. Still not work.
Forum: PHP 11-30-2012, 02:17 PM
Replies: 30
Views: 736
Posted By angelali
Here a new screenshot with line numbers:

Here a new screenshot with line numbers:
Forum: PHP 11-30-2012, 02:13 PM
Replies: 30
Views: 736
Posted By angelali
It should be like this below or what? Sorry, but...

It should be like this below or what? Sorry, but it's late here and since morning I am on this computer, so I may not understood you.

<?php header ("Content-type: image/jpeg");
$string = "This...
Forum: PHP 11-30-2012, 02:07 PM
Replies: 30
Views: 736
Posted By angelali
I showed you the part of the codes. I don't see...

I showed you the part of the codes. I don't see any issue here on whitespace. See the attachment
Forum: PHP 11-30-2012, 01:58 PM
Replies: 30
Views: 736
Posted By angelali
Here is a screenshot of the part of the codes....

Here is a screenshot of the part of the codes. What you mean by white space? I see nothing which has white space, see it below:
Forum: PHP 11-30-2012, 01:51 PM
Replies: 30
Views: 736
Posted By angelali
I made this: <?php ...

I made this:

<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
//header ("Content-type: image/jpeg");
$string = "This is my text";
$font = 4;
$width = imagefontwidth($font) *...
Forum: PHP 11-30-2012, 01:33 PM
Replies: 4
Views: 293
Posted By angelali
Here is the thread, I had an issue of connection...

Here is the thread, I had an issue of connection when I was writing it. Anyway, see the link here:

http://www.codingforums.com/showthread.php?p=1296115#post1296115
Showing results 1 to 25 of 310

 
Forum Jump

All times are GMT +1. The time now is 05:50 PM.