No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
24 Posted Topics
HI there Could someone PLEASE help me; I have a drop-down menu on my site and when I hover, the drop-down goes behind the content. This is the address : [URL="http://www.beds24.co.za"]www.beds24.co.za[/URL] I dont know how to fix this, I've tried so many different settings. This is my CSS file. The … | |
Hey there I know one can use include [url]http://domain/page.php?var1=xxx&var2=xxx[/url] But I dont need an include This is what I need to do, and how on earth can I achieve this? I've burnt my brains already. Please help me. [CODE]$command = "/usr/bin/php5 -f /home/path/to/file/test.php?folder=777";[/CODE] then run the command. so, test.php needs … | |
HI there Could someone PLEASE help me; I have a drop-down menu on my site and when I hover, the drop-down goes behind the content. This is the address : [url]www.beds24.co.za[/url] I dont know how to fix this, I've tried so many different settings. This is my CSS file. The … ![]() | |
Re: then use substr only. then the formatting will stay in place. Dont strip the tags and here is some basic substr info for reference use. [CODE]<?php echo substr('abcdef', 1); // bcdef echo substr('abcdef', 1, 3); // bcd echo substr('abcdef', 0, 4); // abcd echo substr('abcdef', 0, 8); // abcdef echo … | |
hey all. I am trying to do validation via PHP for submitted forms. Below is my own code, please comment if its the correct method or not. However, I tried so many ways to have the /n or /r added, but I cant get to it. Its just to make … | |
Re: it all depends how you want to do it. Are you image filenames listed in a database? Do you want to display random images directly from a folder? Do you want to use javascript...? Let us know | |
Re: You can do this I'll give you the base method, search w3shools.com for the CSS Using css styling, to create a drop down menu. <ul> <li>Option One</li> <li>Option Two</li> </ul> So, search for w3schools.com to create a css style so that the above option would display as a drop down … | |
the first image is what I have, the second image is what I want to achieve. below is my code. its basically displaying mysql data in columns. but I need to get rid of that huge gab. [CODE]<?php if (!function_exists("GetSQLValueString")) { require_once ($FolderFunctions.'getvaluestring.php'); } mysql_select_db($database_classi, $classi); $query_docategories = "SELECT catID, … | |
First of all, love the purple theme! If anyone could help me with this. I have read and tried numerous samples from other forums, but all is the same as what I have done. I am building a small classifieds site for my church. I wanted to display data in … | |
Re: yes, it is possible, I have just completed a large web project for someone and to get you starting, I use a cron job to update my rss feed every 15 minutes. Basically, it is php code and a cron job, to write to my rss file. So, to get … | |
hey guys. okay, I know how to count form values. something like; <?php echo count($_POST['field']; ?> where the field would be something like field[i] however, I am cracking my head to get a solution to count, but only where the field has a value. Please, someone, help me with this … ![]() | |
Re: Okay, I can explain a lot here and write a tutorial, but the shortest method would be.... (I sometimes use it. use it as a base and rather write your own) Google for Highslide. Download the package. it has pretty functions for images, but it has funtions for getting data … ![]() | |
Re: i wanted to recommend ob_start too. most of the times it works, sometimes not. however, it is an excellent way to get rid of that message. if it doesnt work, check your code. somewhere at the beginning of the page, there is a space in front of the <?php tag. … ![]() | |
Re: dont have time to read through all the code, but what you want sounds pretty simple. firstly to address something else : "The images aren't going into the folder. Is this possibly due to Vista having problems with not being able to copy things into Program files?" --> use absolute … | |
Re: there are loads of scripts on the net for this. google for the site phpclasses - they have loads of scripts too. however, here is one that I use. there are 4 files in total. it will backup the database en if you want, store a copy on the server, … | |
Re: dont understand what you want to achieve. do you want to display the header info / details about some images or would you like a repeat region / loop to loop through multiple images? in addition to this, do you store the filenames of the images in the database or … | |
Could someone help me with this - I've cracked my head since. When i submit a form and then retrieve the data, there is no paragraphs. Yes I am aware of HTML encoders like TINYMCE but I'd like to submit in plain text. I tried htmlentities and htmlspecialchars but nothing … | |
Re: PHP is extremely powerful. An so it is to read/edit/process plain text, as well as graphs - . But with graphs, it depends on which libraries you have installed. I would recommend using google's graphs tool. I like it and used it in several sites. The other alternative is to … | |
hey guys. I have two MySQL tables. I'll try to keep it short :-/ Basically I'd like to join these tables, and get the data from the database. Not here's the detailed info. I usually use the JOIN function, but this time, no join statement does the job. Neither LEFT, … | |
Re: simple example for custom / dynamic fields/order by. post your field and field value in the $_GET format (in other words, in the address bar) ie. domain.com/index.php?field=fieldvalue in your SQL : select * table where ".$_GET['field']." = ".$_GET['fieldvalue']." | |
Hey guys. First of all, its been 2 days, and already 2:30am in the morning. I've eaten a steel fork, jumped over the moon, broke an arm, and cant get it to work. Will somebody please assist me in this; The end result sound simple, and maybe it is, but … | |
| |
Re: We;ve been using a custom developed gradebook for our school in Robenson, but changed to, ummm... fox gradebook? about a year ago. Its really effective and easy and instead of having a guru to load the exam marks, each class sup now only update his/her own excel file. yes the … |
The End.