Hi I'm doing some php security and have been reading up on using mysql_real_escape_string instead of addslashes. Apparently mysql_real_escape_string is more secure than addslashes and yo...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi, I have a quick question about the way parameters are defined in PHP, but I can't find anything because I don't know what to search.
Lets take this:
function myFn(&p1){
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am having a strange issue with this form built in PHP and html:
Code:
<form name="submit_call" id="submit_call" method=&qu...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I was trying to figure out this about a year ago, but then got busy. Now I have a few more twists.
So, I have 3 db tables. First able (t1) stores project data, second table (t2) stores task d...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Okay I have a For loop that spits out page numbers for navigation and its as follows:
PHP Code:
<?php
&...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hello and Thanks in advance!
I have a loop that inserts multiple comments into my database. Problem being, I cannot concatenate my variable in my insert script that resides in my while loop.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have the following form
Code:
<form name="task" id="task" action="postTask.php" form method="post">
Add a task: Date<inpu...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all,
I have got my head around fpdf and now wishing to expand. Is it possible to create pdfs entirely from php which includes a form and text fields, radios button, etc. I would also like ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am trying to sort my sql query, like this:
3 fields: ID, Name and Set.. which means it is part of another row (linked to ID). If Set is 0, it is not part of another row (unlinked)
ID,NA...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi there, I'm creating a PHP/XML-based voting system. There are 24 options for a user to vote from, and ideally I'd like the user to see a picture of each person they vote for. So far, I...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
PHP Code:
echo urldecode('%E9');
Returns nothing.
It should return an accented e such as
é é %E9 é Small e, acute accent
listed here:
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I would like some assistance on the following.
I want to be able to grab a product url from a dynamic screen that I get from curl.
The text within the page is always pref...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm currently running Apache and PHP on a Fedora Core server i have dbase, odbc, and dba configured with php.
My question is the company I'm working for has a program that stores all their dat...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am trying to create a search box where users can insert an id number and this will take them through to a specific page.
eg can type in "12" and this will take someone through to ....
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi there
I would love to put a Random Question on our forms, similar to the one on this site (registration). How do I start, what validation would I need to create - bearing in mind that I am ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
My host has register_globals ON. In order to turn them off, they've told me to create and put a php.ini file (setting it to OFF) "in the directory (subfolder) containing your PHP application...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi every one,
my server have installed ffmpeg, and it's working fine on terminal( ffmpeg -i source_file.wmv myflash.flv)
problem is that it's not working through my php file
my code is;
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am new to server side development and my experience is limited to some fairly simple PHP to execute and display an SQL query. My experience is mostly Delphi and C#. Basically I am ab...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all,
I have a script that calls and displays PDFs from a folder either as single or compiled into a book.
The problem I have is that the original PDFs have comments attatched, when PHP ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
It keeps coming up as Parse error: syntax error, unexpected T_SL in C:\wamp\www\first.php on line 5
I read in my book and I know it says no whitespaces, but I dont see any spaces, and if I mak...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I need to make an image out of two icons with transparent background on both of them.
The image will be placed on a ordinary image. Icon number one has a dynamic size , but icon number 2 has ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all
I need help with my mysql data dump into excel. In principle my requirements are simple, its just advice on how to code it I need help with.
I run a report online and X numbers of u...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all
I have been given the job of maintaining and running a website and have no experience at all. I have been frantically learning HTML and CSS and am starting to get to grips with things. ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi ,
i am creating one website with image security that is i have some set of images. in my signup form i want to show one image with some charaters after that i will give one text bo...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
pls help me out with the decoding this code below:
<?php eval(base64_decode("bW9zUGF0aFdheSgpOyANCiAgICBtb3NNYWluQm9keSgpOw0KCQ0KCWVjaG8gIjxiciAvPjxiciAvPiI7DQoNCgkNCg0KCW1vc0xvYWRDb21...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine