39,326 Topics
| |
I'm using phpbb forum and I would like to know how I can allow my members to incorporate a blog rss feed? Thank you in advance! | |
<div id="hedar_main"> <div id="hedar1"> <?php include('menu.php')?> </div><!--end of header1 --> </div><!--end of header-main --> </div><!--end of header --> <div class="rightdiv"> <?php include('local_auth.php')?> <?php include('news.php')?> <div class="midal_right"> <center><div class="divimg"><img src="images/home_img1.jpg" /></div></center> <center><div class="divimg"><img src="images/home_img2.jpg" /></div></center> </div><!--end of midal_right --> </div><!--end of rightdiv --> <div id="futter"> <div id="futter_main"> <div id="futter1"> <?php include('footer.php'); … | |
actually i'hd saved the form data in local by using sysphus a jquery plugin and this is my code to save the form data in local storage.is it possible to retrive the all data at once using php Or jquery. can u please help me to retrive the stored data … | |
<html> <head> <title>Nutrient</title> </head> <body> <? $filName = "resource.txt"; $objWrite = fopen($filName, "w"); $objConnect = mysql_connect("localhost","u52030177","guillaume") or die("Error Connect to Database"); $objDB = mysql_select_db("u52030177"); $strSQL = "SELECT * FROM Nutrient"; $objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]"); //$link = mysql_connect("localhost","u52030623","u52030623"); //mysql_select_db("u52030623"); mysql_query("SET NAMES UTF8"); //$sql = mysql_query("select * from … | |
this part is i am un sure what its doing. while($row = mysql_fetch_array($sql)) { $id = $row["id"]; } why cant i do this? $row = mysql_fetch_assoc($item_query); $id = $row['id']; this is my login in script. full code //BINARY for case sensitive $sql = mysql_query("SELECT user_id FROM user WHERE user_name='$username_p' AND … | |
Im trying to open a txt file to write into it . heres the warning : Warning: fopen(C:\inetpub\wwwroot\testFile.txt): failed to open stream: Permission denied in C:\inetpub\wwwroot\get.php and heres the code $fh = fopen("C:\\inetpub\\wwwroot\\testFile.txt" , 'w'); fwrite($fh, "PHP"); what am I missing ? | |
I didn't post this in the regular IT jobs folder because this is strictly PHP/MySQL. I am creating an online community (friend/dating/boredom site) which will rival those such as myspace.com and facethejury.com. At current time the whole user database is complete, which includes the ability for users to create profiles … | |
i'm trying to make an autocomplete that will display the name of files in a folder. The autocomplete is ok except the part that it only display for the last file name. your help and suggestions much appreciated! =) code to open the folder and list the excel file names. … | |
Its not a BETA or RC release, but it is up right now. Unsupported and still under work, phpBB 2.1.2 (Version for phpBB 2.2 testing board) is up right now. It has a sleek smooth new interface with a new profile backend. If your looking forward to a great User … | |
Hello friends, In drupal 7 I have created a new form in theme.inc as follows: <?php function mymodule_example_form($form, &$form_state) { $form['Looking For']['PropertyCategory'] = array( '#type' => 'select', '#title' => t('Looking For'), '#options' => array( '' => t('Any'), Commercial => t('Commercial'), Residential => t('Residential'), ), ); $form['Type of Property']['PropertyType'] = array( … | |
| is it possible to automaticly generate unit tests without the skeleton generator? or is there a way to install the skeleton generator for php versions lower than 5.3? |
HI Everyone. I am not new to programming, but I have just started to work with vB. I have been around vB.com and vB.org and neither really have a good how-to on starting your our hacks and using the vB page shell. Maybe, I missed it... But, I want to … | |
Hi everyone, When I type http://clontarf.girlsacademy.com.au/News-2012-Academy-Awards-53.html into my web browser I get the following error message: "Not Found The requested URL /News-2012-Academy-Awards-53.html was not found on this server. Apache/2.2.22 (Unix) mod_fastcgi/2.4.6 mod_ssl/2.2.22 OpenSSL/0.9.8r DAV/2 PHP/5.3.13 with Suhosin-Patch mod_wsgi/3.3 Python/2.7.2 Server at clontarf.girlsacademy.com.au Port 80." How can I fix this? Cheers … | |
I am getting 425 http error unable to connect to remote system in the LAN whish has the application server and database server running..... i tried to ping from the reverse....but got request timed out.. i tried the loopback to local testing but would carry out remote testing ....from LAn....some … | |
I have a linux box which i am trying to install PHP on bit the problem lies after i succesfully configure php and try to run make it tells me there is no make file and indeed when i check it i see that there is no make file only … | |
How would i go about parsing an atom feed in php? and how would i construct one also;) | |
Hey Guys: Is there a good tutorial out on the web, that explains the proper procedure for installing and setting up PHP on winnt4 web server running IIS. If not then is ther a good book or a procedure that one should follow. I've searched high and low, contacted the … | |
Hi i have this code to create a photo gallery on my website. [CODE]<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="Microsoft FrontPage Express 2.0"> </head> <body bgcolor="#FFFFFF"> <div align="center"><center> <?php $a = '0'; $filepath = "thumb"; $url_path = "main"; $dir = dir($filepath); echo "<table border=\"0\" cellpadding=\"5\" cellspacing=\"5\" width=\"75%\">"; while($entry=$dir->read()) … | |
Are you a freelancer or programmer for hire? Join, post & bid for projects free. Thousands of skilled programmers, skilled freelancers to choose from. Ultracoder is a developer oriented outsourcing site. Skilled programmers will bid to complete your project right now. Computer Based programs, Training, Web Services, Language Specific programs, … | |
I am trying to Upload a csv file then split it up into an an array and build a query to insert it into a mysql table I have succeeded in getting this to work with one exception when I come across a field seperated by commas and enclosed by … | |
can you plz show me the simple mutli poll handler example thanks alot!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
I get these errors: Warning: fopen(tmp/::name.hsh) [function.fopen]: failed to open stream: Invalid argument in ... Warning: fwrite() expects parameter 1 to be resource, boolean given in... Warning: fclose() expects parameter 1 to be resource, boolean given in ... **Can anyone advise me what is the problem?** Tough is a permission … | |
Hi, Our group has two servers allocated to us. One is the production server (IP Address "X") and the other is a development server (IP Add "Y") (which is the local version). We use Sybase. We initially work on the Development DB and then do a weekly update on to … | |
I have a PHP webpage and I would like to make it so that when a user accesses it, the computer does not make any temporary files so that every time it acceses it, it has to connect to the server and rerun the script. Is this possible and if … | |
HI.. I need a progress bar foe downlaoding a file from host serevr using CURL The downloaded script is working fine. can anyone suggest code for a progress bar for curl downlaod? | |
| how can i remove the scripts from tinymceeditor? <script id="__changoScript" type="text/javascript">// <![CDATA[ var __chd__ = {'aid':11079,'chaid':'www_objectify_ca'};(function() { var c = document.createElement('script'); c.type = 'text/javascript'; c.async = true;c.src = ( 'https:' == document.location.protocol ? 'https://z': 'http://p') + '.chango.com/static/c.js'; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(c, s);})(); // ]]></script> |
Hello,I am using PHP Codeignetor. and I can't retrive row/single data information from table.But here data save successfully. here is the CI_Model code: public function selectItinfoByUserId($user_id) { $this->db->select('*'); $this->db->from('tbl_add_it_ins_course'); // table name $this->db->where('user_id', $user_id); //$this->db->where('contact_status', 0); $query_result = $this->db->get(); $result = $query_result->result(); return $result; } /* End Model*/ Here Is … | |
Hello, I have this php form designed in dreamweaver. when you search any bpv (bank payment voucher) file in this form it will fetch the pdf file link from my local hard disk folder. currently my local folder name is bpv and it has all the pdf files in it. … | |
> hey guys, how to convert PDF document to plain text or .txt in php with keep formatting? | |
i got problem in setting the reCapcha it tank auth when i try to change it theme color, the recapcha image now is showing on the top of the form. this is the code i edit auth.php function _create_recaptcha() { $this->load->helper('recaptcha'); // Add custom theme so we can get only … |
The End.