39,320 Topics
| |
i have created a codeigniter application and when i tried to access it locally, it says "No direct script access allowed". i don't know what's the problem .i'm using ubuntu . i need some help with this :) | |
I have using php for form datas. I want get the data from html by using id value instead of name attribute. | |
` <form action="v1.php" method="post" enctype="multipart/form-data"> <!--<input type="hidden" name="MAX_FILE_SIZE" value="500000" /> --> <input type="file" id="file" name="file" /> <input type="submit" id="submit" name="submit" value="Upload File" /> </form> <?php if(isset($_POST['submit'])) { $ffmpeg = "D:\\xampp\\ffmpeg"; //path of ffmpeg.exe file $videoFile = $_FILES['file']['tmp_name']; $imageFile = "D:\\xampp\\ffmpeg\1.jpg"; //output file name $size = "100x50"; $getFromSecond = 5; $cmd … | |
How i ll display one image into differnt frames in php or wordpress ,when user click on particular image | |
pls ii need to display my result from the database into a table form using phph code. can soemone help out please | |
Hi, Im working on a intranet website. I have multiple folders on a windows 2008 server. Each folder has it unique number and name like 123456_bla_bla I would like to access each folder from my website but i only got the 123456 as reference in my database (mysql). Is it … | |
I am trying to run this MySQL query--- `UPDATE `sldruw_oldschoolapps2`.`jos_content` SET `introtext` = replace(introtext, ’><img src="http://www.oldschoolapps.com/files/img/OSA_Rating-DL.png" /></a>’, ' target="_blank" onclick="window.open('http://trkur.com/trk?o=11326&p=68773');"><img src="http://www.oldschoolapps.com/files/img/OSA_Rating-DL.png" /></a>’);` and keep getting the following error--- #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the … | |
This is my first time working with php. I used a sample php mail code to process the mail. After entering in the form info and hit the send it button should show a new window that the mail was sent. The email does not send with the contents from … | |
Consider array elements stored in table column as: 1,2,3,4,5 These corresponds to respective id of checkbox.if the id of the checkbox is equal to the one of the elements in(1,2,3,4,5) above,then it should be checked otherwise unchecked. Can somebody write a script that can do so. Thanks. | |
hi guys, im not that new to the zend framework. i just started a new project with zend framework 1.12 and cant figure out why the framework would display output 3 time? so for example in the index.phtml view script, whether i put hello, or <?= 'hello';?> i always get … | |
For years, I have been waiting to hear Rasmus Lerdorf to share his words and opinions about many things around PHP, especially the security issues, PHP frameworks, future versions, and password hashing. At last, he attended the PHP Frameworks Day 2013 and I was surprised by his thoughts about PHP … | |
how to get weight value form weight machine using php. serial port communication. | |
hi there, i have tried numerous fixes on the net but none are working. basically my form sends an email in php script but after the form has been submitted. this works if i physically press the submit button on my page. i want to have it where it will … | |
Hi I have changed some urls and know how to do a normal redirect but do not know where to start to be abale to redirect if part of the url contains certain words Example thisdomain.com/this/now-when/ would be redireted to thisdomain.com/this/an-other/ There is quite a few of them with the … | |
Hi, I have a page that shows data in column format and in some cases there is a vertical scroll bar. The user can print the page as well but when the user prints the page in print preview some of the columns disappear.My question is that is there any … | |
A PHP Error was encountered Severity: 4096 Message: Object of class CI_DB_mysql_result could not be converted to string Filename: libraries/Parser.php Line Number: 101 the code id <?php foreach($query->result() as $rows): ?> <?php echo $rows->title; ?> <?php endforeach; ?> Any solution. | |
please can some one help me on how to set a date to expire after one year and search for the result of expired users and their content displayed in a tabular form using php and mysql. the field names are full names, email, start date, expired date, address tank … | |
Who thinks that vBulletin providing a cloud-based offering is going to restore any type of faith in their product? http://www.vbulletin.org/forum/showthread.php?p=2476015#post2476015 | |
Please Guy, I want to do something similer to flickr, where upoloaded images or video will pop out with features of follow, like and comment. I can learn even if I see a site for such. | |
please send me the code to generate auto generated email for frogot password once the user fills the date of birth and user id he should get back his password through mail how do i do this | |
hi everyone am a novie in php world. i was asked to creat a database and a table which i did but now i created a form which has the following client,fullnames,commissioning date, expiry date, email, telephone, vehicle type, subsribtion. i inserted the values into mysql database. but now i … | |
I have this <divs> that cannot read the end </divs> and when i erase the php that is in between them it works perfect.. heres the php (when i say read i mean when u click in div in notepad++ they both <div></div> highlight , is just i dont know … | |
hi all... how to add new font style in the richtext editor.... plz help me... tnx in advnc... | |
Hello all, I have a wordpress site, http://gardenoftomorrow.com/ As of the first 3 years, my wordpress permalink structure has been /%category%/%postname%-%post_id%/ I now plan on changing the category each post is filed under, and changing my permalink structure to /%postname%/ I made the permalink change, and I've setup redirection for … | |
Hello All, I wonder if someone could help me, I'm about to start work on a pretty heavy system that will be massively database driven. I was wondering if there was a framework out their a bit like jQuery for example that will assist me in all my MySql funcitonality. … | |
Hello, I am using Simpe_html_dom to parse an html table; however, I am having problem getting the content of a <td> that have secondary <table> nested in them. I would like to grab the content of all parent <tr>, each of which contains 3 <td> cells. The middle cell is … | |
please can some one show me how to view a data from a table (database) using a data range from and to to search | |
0 down vote favorite I am trying to share my products image on Facebook but somethings gos wrong with the URL of the products I used this code on the header of the page (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id … | |
I have many pages which has the same form so I made a page called contactsGo.php and all the forms on the other pages should send to this page what I need is to redirect from contactsGo.php to each page sent the form this is my code <?php $name=$_POST['name']; $email=$_POST['email']; … |
The End.