39,393 Topics

Member Avatar for
Member Avatar for danigrrl

<? if($_POST[format] == 1) { $str = <<<EOD <!-- tinyMCE --> <script language="javascript" type="text/javascript" src="htmleditor/tiny_mce.js"></script> <script language="javascript" type="text/javascript"> // Notice: The simple theme does not use all options some of them are limited to the advanced theme tinyMCE.init({ mode : "exact", elements : "msg_area", width : "576", height : "380", …

Member Avatar for neilem
0
163
Member Avatar for web_developer

i installed wamp server 1.6.1 only 1 service was installed ("mysql") the apache server didnt install and i checked the auto installion during the install what is the problem? sam

Member Avatar for web_developer
0
64
Member Avatar for puddin

PHP Pros PLEASE Explain To Me : I have a page profiles.php Now on the profiles.php page are several links and when the user clicks one of the links The address bar does not change - The user sees the selected page they clicked maybe they clicked add your photo …

Member Avatar for goldeagle2005
0
65
Member Avatar for preist

[B]Hi everyone! Nice forum you have here, I was looking for a forum like this for a long time.[/B] [B] [COLOR=DarkGreen]I have an important issue. We had a website and a stand-alone phpBB forum script. Today, the guys wrote a whole new website based on php-nuke cms, with included forum. …

Member Avatar for preist
0
89
Member Avatar for puddin

Hello, Q. With php I know we can Create a Form and have it POST to read on the next page. Great! NOW can it post to a third page, without using a form again. I just want to carry the users name around, so to say. Design so my …

Member Avatar for puddin
0
116
Member Avatar for benzspider

can any one help me with this script I am just gettin started with PHP I am trying to create an calculation script that would calculate the Constant: PI = 3.1415926535 Radius, area, and circumference of a circle . This is what I have dont so far but just cant …

Member Avatar for DanceInstructor
0
132
Member Avatar for rcasinillo_s

Good day to all members! Anybody could help me or could give me a php code. What I need is I want to put link on each data that I had retrieved through array from mySQL database so that when I'm going to click each of them it will display …

Member Avatar for DGStudios
0
139
Member Avatar for web_developer

hey all i have a queastion. i used to develop using .net now i want to start developing in php, can i install apache server in my computer and i already have IIS installed? my hd is 2 partitions, i have IIS installed in C partition, can i install apache …

Member Avatar for web_developer
0
120
Member Avatar for johnchristopher

Hi, Im triying to built a PHP extension, that will calls some other functions in some other .so files( in windows this is .dll files ) in Linux, I got the following error PHP Warning: Unknown(): Unable to load dynamic library '/opt/httpd/apache/php/ext/libbgt.so' - /opt/httpd/apache/php/ext/libbgt.so: undefined symbol: _Z14OnUpdateStringP15_zend_ini_entryPcjPvS2_S2_iPPS2_ in Unknown on …

0
84
Member Avatar for cyberoptik

Hi, I did a search for "mod_rewrite phpbb' and didn't get any good results, so can I please get some help in setting up mod_rewrite for a phpbb forum? ([url]www.falloutboyforums.com)[/url]. I'd like it to be like Namepros where forum categories look like [url]http://www.namepros.com/website-development/[/url] and topics look sort of like [url]http://www.namepros.com/website-development/181434-need-myspace-layout-theme-logo-script-new-post.html[/url]. …

0
99
Member Avatar for chaom79

Guys, right now I'm developing a web traffic analysis coding. So, the problem is that my php syntax can't read the browser type and version (i.e Internet Explorer 6, Mozilla/5). It only displayed unknown. This also occured when the coding tried the OS version (i.e Windows 2000, XP, Linux). Below …

Member Avatar for chaom79
0
148
Member Avatar for quansah

a little picture of the site logo appears on the tab of my browser (opera) eg. daniweb has db on the tab. I want to know how to do that. Pls help.

Member Avatar for Dani
0
87
Member Avatar for Brims

Can anyone point me out into using registering scripts and login scripts

Member Avatar for Troy
0
200
Member Avatar for proto

hello i was creating a script who will read a text file and create mp3 files from lines name , but i had a problem , php wont write php files it give me this warnning message [QUOTE]Warning: rename(0.txt,Aa Gale Lag Ja - Tera Mujhse Hai .mp3): Invalid argument in …

Member Avatar for proto
0
75
Member Avatar for chaom79

Hi guys, A problem occured when i tried to run the php file. The error was; You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\)' at line 1 Plz guys help me to …

Member Avatar for chaom79
0
131
Member Avatar for aeroguy
Member Avatar for Barabus

First of - I'm almost a newbie. I messed around a bit with PHP 4 for a while until things got scary and they switched Globals on in 4.2 - where I had to then re-write my scripts all over again. It seems that with every upgrade you need to …

Member Avatar for martinkorner
0
364
Member Avatar for Brims

Im building an online music video library with php can anyone point me out getting it wrking with the database

Member Avatar for Brims
0
117
Member Avatar for DeLoreanz1

Ok, I want to make my own IM program and MySpace clone for my organization. I want to do the same thing as the "disc forum" that I posted about [URL=http://www.daniweb.com/techtalkforums/thread24916.html]a long time ago[/URL] where you need the CD code to sign up for it. Can anyone tell me how …

Member Avatar for DeLoreanz1
0
246
Member Avatar for benzspider

trying to create the front end to a script that will calculate the area and circumference of a circle. (1)HTML form that will contain three input fields and a submit buttom (2) will have only one text input field that input field is radius (3)Create a calculation script with the …

Member Avatar for Troy
0
155
Member Avatar for Brims

Im doing an online music video library with php for the middle, mysql for the backend and html for the front. I was wondering if i could get some help with member forms so members can log in and joining forms so non members can join. And i am open …

0
62
Member Avatar for bbb777b7

I just started to have experience of making web sites. I know html and flash and things like that. I had some experience with javascript. What is the use of php? also, what is the use of css and javascript? which one should i learn first? which is the most …

Member Avatar for bbb777b7
0
190
Member Avatar for php4ever

I've never had a reason to use Javascript in a php file before and I'm having trouble getting it to parse. What could be wrong with this. [PHP]$display .= '<td width="105" align=right class=box><input name="p1B1" id="p1B1" type="text" value="'.$price.'" onblur="this.value=eedisplayFloatNDTh(eeparseFloatTh(this.value),2); recalc_onclick('p1B1')" tabindex="1" size="14" class=ee101 >'; //..... and the code below [/PHP] I'm …

Member Avatar for bwest
0
133
Member Avatar for dendarii

I installed PHP5.0.5. No problem. I want to install Sugar CRM. Needs PHP5.0.4. Downloaded PHP5.0.4, changed PATH, changed PHPRC environment variable, rebooted. Every time I run sysinfo(), it says I am still running PHP 5.0.5. I am using IIS5.1 on WinXP Pro. How do I get it to recognise that …

0
77
Member Avatar for Rumrunner

Hi, Can I get some help installing PHP on my machine? A while back, I had it working. I was using Microsoft IIS as a server, and I was testing my PHP files by putting them in the wwwroot directory. Something has happened since then because I cannot run php …

Member Avatar for Rumrunner
0
124
Member Avatar for seh1

Hi, I hope this is a PHP issue as I miss posted earlier (sorry). I have created a page for uploading files onto my computer from the internet using PHP. My page creates a folder to hold the uploaded files in which can be deleted. BUT once the uploaded file …

Member Avatar for Troy
0
100
Member Avatar for seh1

Hi, I have an exam page for printing exams that is print friendly. However some info I dont want appears on the printed page: (1) the pages url and (2) the date still appears at the end of the page when I print it. Also (3) a page count appears …

Member Avatar for seh1
0
82
Member Avatar for anthmaina

Some of my coursemates for weeks have been unable to install apache,php and mysql manually so they ave resulted to use installers like Winlap,phpdev etc.We had an argument abt which way is da best :to use installers or install manually?is they any advantages or disadvantages of using an installer?

Member Avatar for Troy
0
71
Member Avatar for 3265002918

[COLOR=DarkOrange]does anyone know how i could securly post my website on my own computer and see it from the net? thx[/COLOR]

Member Avatar for Troy
0
108
Member Avatar for sam1

hi everyone, say i have a php code that works fine. How would i test it? can i use tomcat server to run the code or there is another way? ps im new to php :p thank you

Member Avatar for bbb777b7
0
112

The End.