39,326 Topics

Member Avatar for
Member Avatar for divyakrishnan
Member Avatar for diafol
0
440
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
207
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
92
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
150
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
158
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
316
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
551
Member Avatar for yni420

Hi Could someone please give me simple instructions as to how to install PHP 5.0.0 and get it working on Apache server? I followed the instructions in the book but i am getting "Page not found error" Second time around php scripts were printed as it is and not executed. …

Member Avatar for LastMitch
0
73
Member Avatar for giraffe

Hi. I installed postgreSQL-7.4.6, apache2 and PHP-4.3.9 on Fedora Core 2. I wanna access postgreSQL from php, but got such an error: Fatal error: Call to undefined function: pg_connect(). And then I try to reinstall php: ./configure --with-pgsql=[pgsql DIR] make; make install; cp php.ini-dist [php DIR] set extensions directory and …

Member Avatar for LastMitch
0
125
Member Avatar for meabed

hi guys .. i wanna know how to configure phpmailer .. and using Stmp .. :) thnx in advance

Member Avatar for LastMitch
0
89
Member Avatar for chunguy

hihi, can someone please tell me how do i print directly to a printer without user's intervention ( without the need to view the select printer menu ) javascript can't let us access the printer directly. I've read and followed what is says on the PHP official site [url]http://my.php.net/manual/en/ref.printer.php[/url] but …

Member Avatar for LastMitch
0
183
Member Avatar for shortd81

If someone could help me out I would appreciate it. I installed it, check the code and still can't get it to work :cry:

Member Avatar for LastMitch
0
78
Member Avatar for lizzie09

Hello! I need help with using PHP to open .mif files. Does anyone have an easy way that PHP can read through the . mif file and generate the image? Thank you for your help!

Member Avatar for LastMitch
0
61
Member Avatar for ep2002

Hi all, I hope your weekend went well :) Question... What do you know about typo3? Can one create a solid DB with it? I was told their message board sucks as no one helps people. Does anyone have any useful boards where we can find support? Thanks so much …

Member Avatar for LastMitch
0
105
Member Avatar for Programming sta

I have been given the task of writing script files to implement a firewall of my choice, but do not have an idea how to start, could some one please advise.

Member Avatar for LastMitch
0
127
Member Avatar for Aurelia

Hi everyone, I really hope someone here can help me. I've been searching the net for the last few years trying to find a way to get this working without any luck. I'm a complete novice to PHP-I just started in fact and I run a large stories Archive on …

Member Avatar for LastMitch
0
206
Member Avatar for psydoc

I am looking for a script that will allow visitors to my web site to click an image containing a member's name, and receive a validation page. The href, attached to the image, would look something like this: <a href="https://www.mysite.com/validate.php?url=www.memberdomain.com" > If the domain is in the mysql database, the …

Member Avatar for LastMitch
0
142
Member Avatar for chunguy

hihi, can someone help me with this problem; i want to be able to feed a value from a dropdown list A as a condition for items in dropdown list B. both dropdown list are in the same form. the values for both dropdown list are extracted from my mysql …

Member Avatar for LastMitch
0
184
Member Avatar for Young Teck 06

As I promised in my blog, here is the CVS files that I promised, this is basically a breakdown of the files and folders in the current Snapshot release. Click the link below to view the text file in CVS style that I put. [URL=http://www.da-hot-spot.com/phpbb2_cvs.txt]Click Here to View the CVS …

Member Avatar for LastMitch
0
206
Member Avatar for mezoo

hallo my frinds i`am hazem from egypt and i`am member in php4egypt (php4egypt sub from php4arab) sorry ican`t speek english good but i learn it now this is [URL=http://php4egypt.com]php4egypt sit[/URL] and this [URL=http://php4egypt.com/mail/mail.zip]member news[/URL] i post this scrept only for Post Thread in your sit وأنا هكون معاكو هنا

Member Avatar for LastMitch
0
74
Member Avatar for tomphreak

I have created an online gift certificate order from. I have an html to allow user to create order, and two php pages to: 1. display order back to browser window,and 2. send email with order info to restaurant owner and myself and redirect to thanks.htm page. I cannot get …

Member Avatar for LastMitch
0
183
Member Avatar for Killer_Typo

I got bored and started some scripting the other day in PHP, this is just a sample that i wrote, just uncomment the part of script that you would like to see. IE remove the /* and */ around a certain area. i know its not great, but some beginners …

Member Avatar for LastMitch
0
148
Member Avatar for Static-FMX-Prog

I need help installing Cash Mod for Php-nuke 7.2! Will someone please install it for me? Everytime I try to install it and a bunch of error messages came up! :o ..Please help thanks

Member Avatar for LastMitch
0
172
Member Avatar for VictorCody

I need some help with attachment issues and noone is ever on thier support forum. Is there a guru anywhere with a few minutes to spare that would be willing to help me out? I would be forever in debted. Vic

Member Avatar for LastMitch
0
60
Member Avatar for sayangjoy

Hello Php`ers; :-| I run this website [url]http://frustratie.com[/url] and as you can see on the right i have some blocks. The block Shoutbox is to width as you can see , i like to have them the same as the other smaller one.. how can i change this? thanks :lol: …

Member Avatar for LastMitch
0
103

The End.