39,316 Topics

Member Avatar for
Member Avatar for paulc79

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 …

Member Avatar for alanwdaniweb
0
240
Member Avatar for hbmarar

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 …

Member Avatar for LastMitch
0
87
Member Avatar for ridge321

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 …

Member Avatar for LastMitch
0
170
Member Avatar for Antonbomb22

How would i go about parsing an atom feed in php? and how would i construct one also;)

Member Avatar for LastMitch
0
80
Member Avatar for flixx

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 …

Member Avatar for LastMitch
0
186
Member Avatar for overload8219

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()) …

Member Avatar for LastMitch
0
215
Member Avatar for ultracoder

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, …

Member Avatar for LastMitch
0
232
Member Avatar for AllenGarner

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 …

Member Avatar for LastMitch
0
331
Member Avatar for sam1

can you plz show me the simple mutli poll handler example thanks alot!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Member Avatar for LastMitch
0
179
Member Avatar for LONGWAY

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 …

Member Avatar for LONGWAY
0
465
Member Avatar for rave169

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 …

Member Avatar for LastMitch
0
116
Member Avatar for jdmml

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 …

Member Avatar for LastMitch
0
93
Member Avatar for divyakrishnan

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?

Member Avatar for LastMitch
0
3K
Member Avatar for kalathankam

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>

Member Avatar for LastMitch
0
72
Member Avatar for rjony321

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 …

Member Avatar for cereal
0
314
Member Avatar for faizan.saleem.96

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. …

Member Avatar for faizan.saleem.96
0
137
Member Avatar for cussel

> hey guys, how to convert PDF document to plain text or .txt in php with keep formatting?

Member Avatar for cussel
0
169
Member Avatar for ZER09

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 …

Member Avatar for ZER09
0
117
Member Avatar for divyakrishnan
Member Avatar for diafol
0
433
Member Avatar for daniel.conlinjr.1

Hey guys I cant seem to figure out what is going on with my cms I have started on making an admin panel and I have done it befroe and now I cant remake it to where it is working correctly? Can I get some help please? this is my …

Member Avatar for daniel.conlinjr.1
0
206
Member Avatar for daniel.conlinjr.1

what coluld cause this->Column count doesn't match value count at row 1 Class: function add_content($p){ $title = mysql_real_escape_string($p['title']); $body = mysql_real_escape_string($p['body']); if(!$title || !$body): if(!$title): echo "<p>The Title is required!</p>"; endif; if(!$body): echo "<p>The body is required!</p>"; endif; echo '<p><a href="add_content.php">Try again!</a></p>'; else: $sql = "INSERT INTO content VALUES(null, '$title', …

Member Avatar for simplypixie
0
197
Member Avatar for Dani

As of the last crawl of your website, you appear to be running vBulletin 3. One or more of the URLs found were: http://www.daniweb.com/software-development/c/threads/242548/1063562 http://www.daniweb.com/software-development/java/threads/326935/1395062 http://www.daniweb.com/software-development/vbnet/threads/26614/134458 Google recommends that you update to the latest release. Older or unpatched software may be vulnerable to hacking or malware that can hurt your …

Member Avatar for canadafred
0
176
Member Avatar for hwoarang69

![ss](/attachments/small/3/ss.png "align-left") i am creating a pagination on my page. i dont like pagination with numbers so i went with different one. take a look at my image that i upload. as you can see if user click at last button i want to load 8 more images. to get …

Member Avatar for hwoarang69
0
163
Member Avatar for LONGWAY

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 problem …

Member Avatar for LONGWAY
0
91
Member Avatar for stutego

hí friends am new to php and i know some basics in php and i want to write a calculator program and m looking for some clues please word is welcomed

Member Avatar for <M/>
0
149
Member Avatar for masocha

l need to create a realtion between EmailAddresses and Contacts through REST API. Anyone know the set_relationship syntax for those.

Member Avatar for masocha
0
157
Member Avatar for cssweb

hello guys how are i have a proplem with upload files when i tring to uploading images from my script on the server it is not display all images that i uploaded althoug i upload for instance 50 images and when the upload finishe it will just display about 24 …

Member Avatar for diafol
0
203
Member Avatar for faizan.saleem.96

Dear all, I would really appreciate your help and assistance with a bug i'm facing in myphpadmin Mysql table. I have a table which is named as total amount. I also have a front end php. interface where i do my data entry from. When I enter for example (100000) …

Member Avatar for Dani
0
313
Member Avatar for OsaMasw

am not good enough with curl functions but I understand some :P I have this webservice http://www.psnapi.com.ar/ps3/api/psn.asmx?op=getGames that required to enter a variable "**sPSNID**" to get list of games the XML output will be like this: <ArrayOfGame> <Game> <Id>NPWR00132_00</Id> <IdGameEurope/> <Title>GTA IV</Title> <Image>http://trophy01.np.community.playstation.net/trophy/np/NPWR00132_00_FB41DD6DD0A782A55D7A8497108B84EB19EDA56C/EF4A80E7CECAFBA06A2F60DA0CC3CAC53B77C9D0.PNG</Image> <Progress>3</Progress> <TrophiesCount> <Earned>3</Earned> <Total>3</Total> <Platinum>0</Platinum> <Gold>0</Gold> <Silver>0</Silver> …

Member Avatar for OsaMasw
0
3K
Member Avatar for kiLLer.zoh

How can i run the exe file on the web page using php? please help me out i tried exec('filename.exe'); but it could not execute

Member Avatar for Atli
0
548

The End.