Good Evening,
I'm trying to manipulate video2mp3.net. Here is the main function of the site.
type youtube url into the site (ie http://www.youtube.com/watch?v=lXw0RpWRZC4)
wait for the...
Type: Posts; User: SChaput; Keyword(s):
Good Evening,
I'm trying to manipulate video2mp3.net. Here is the main function of the site.
type youtube url into the site (ie http://www.youtube.com/watch?v=lXw0RpWRZC4)
wait for the...
Hello All,
I"m trying to attach a .pdf file to a php mail() command, and having alot of difficulties. Here is my code:
move_uploaded_file($_SESSION['tempinfo'], $_SESSION['target_path']);
...
Good Afternoon all,
Currently I'm trying to manipulate the tutorial found here,
http://flowplayer.org/tools/demos/overlay/index.html
to better fit my needs.
I've got basically everything I...
Edit:
To View the output now:
http://ihatemyroommate.net/chaput3.php
Note: it may stop working since i'm working with it now.
Great guys, thanks alot for all of your options. I've got a nice...
Edit:
Saw DJR33's post at the same time i posted the below. Will look into what he mentioned for my findprimenumbers and post back here.
Thanks.
Well, its going between 4 and 300. I took...
Hello All,
I am in the process of trying to write this little script to find two prime numbers that equal any given number. For instance, if i run the function with the following command,...
I have a mysql table hosted on bluehost.com and i recently went over 100 records.
If i output the total number of records using php, it says 99.
The "records" column on phpMyadmin shows 99.
...
Yeah i have a fairly decent understanding of the working of php and mysql. I guess i just get lost in where the php and mysql connections come into play, where the files are called etc.
I'll take...
I've been searching the web for a basic tutorial that i can follow that will show me how to have a link on my website that says something to the effect of,
"Like(0)" and "Dislike(0)"
When the...
Sorry for the delayed response. I've had some busy times and not alot of free time, but still very interested in getting this example working. I am having issues trying to work out your code, is...
I'm curious as to how the website, http://www.textsfromlastnight.com handles their rating scale.
When your on any given page you can click "good night" or "bad night" depending on your vote it...
I'm currently not using Joomla for my site, but i have in the past. I'm interested in trying to make a page that shows when my website is down. but also lets an administrator log into the site to...
I'm trying to use the code that im directly copying from http://jqueryfordesigners.com/coda-popup-bubbles/
But am not having any luck.
Everything shows up fine, but when i mouse over the image...
I've figured out why my above code is not working. ALthough, have not figured out a way to accomplish the above.
I was comparing an entire string with wildcards on the end to an entire string...
I am trying to query my database for specific words in variables.
I have one database titled pranks with a column called prankentry and tags
Another database holds an ID number and an entrytext...
Finally got it figured it out.
feed://ihatemyroommate.net/feed.php
I used a different tutorial, seemed even more basic and used your advice on the .php extension. I was under the impression an...
You used the exact code i posted above and it worked fine? Very strange. I did notice as you stated earlier, the " were an odd sort of ". After changing that i still had no luck.
When you got it...
Haha tried changing the " around. Still no luck with anything in particular. I figured this would be simpler then it is turning out to be. Are there any options available to me?
Still no luck
seen here : feed://roomwatch.uuuq.com/feed.xml.php
i also tried changing the extension to just .php, same error.
I'm actually using bluehost as a webhost this is just my test...
Here is the code
<?php
header(“Content-type: text/xml”);
echo “<?xml version=\”1.0\” encoding=\”UTF-8\”?>”;
// Set RSS version.
echo “
<rss version=\”2.0\”> “;
// Start the XML.
I am trying to create a feed of my website, using my mysql database. I have found many tutorials on these but i cant seem to get any of them working, i keep getting the same error.
Safari can’t...
Awesome, thank you.
Just what i was looking for!
I have a website in which i incorporate many divs inside larger and larger divs. The main page consists of a Main Div and a Sidebar Div (to the left of the main div) When i put content in the...
Yes you can.
$result = mysql_query("SELECT * FROM mytable ORDER BY title WHERE approved='yes' AND another='no'");
Try this...
$result = mysql_query("SELECT * FROM mytable ORDER BY title WHERE approved='yes'");