Posts tagged "PHP Coding"

How do i change my Myspace background using pre-made html coding?

I just recently signed up for myspace and i am having trouble changing the background. Please help, it is soooo boring.

copy and paste the code to ure about me section


PHP Programming Tech Support (FUNNY, but PG-13 – NSFW)

College kid wants help with a PHP script for a class, but hasn’t taken the time to learn a thing. He’s totally clueless, and thinks he deserves to have someone else do his work for him.

Duration : 0:4:20

Read more…


PHP in expert system coding?

Hurm,mostly expert system was develop with shell software ..then, if we develop expert system with php coding,it is difficult?it is any website properly prefer php in Artificial intelligen or expert system ??i already search in planet sourcode,about.com and many more,but i still can not find any example suitable for expert system and implementation …Help me please …
expert system is sub artificial intelligent..what i know is,developer develope expert system using like exsys corvid. Exsys corvid is one from many other shell software,where developer just need to input their knowledge and no need any extra knowledge about programming language. However, other developer also have using php to develop expert system. That why i want to find any reference for extra knowledge in php, for easy to me develop expert system in php language…any one know any information?and idea to develop expert system. especially in diagnose system..

Hey,

This doesn’t really make much sense? Could you try re-wording?


How do I embed a video file from YouTube into an Outlook Email using HTML coding? ?

I am trying to make an e-card using email on Microsoft Outlook. Does anyone know how to do this? I have already tried copying the embed code into my email and this did not work. I know that my email service provider may not let me send such big files, but I want to try it anyway.

You can’t you can only give them the link.


How to make your html or php code & save it to a file?

I have my Filezilla on, it says i have to upload my file, let’s say "feedback.php". for my website. I pretty much know html & php, i just dont know how to put it in a file. does it mean, make your coding in Notepad, & save it as a file, then upload that file?

Yes, if it is HTML you should save the file as "whatever.html"


How can I catch HTML coding stealers?

I wish I could see someone using one of my graphics. I have a page on neopets and I have a whole lot of graphics there. Is there a way I can track the users of them and also find people who take the codes and don’t leave credit?

If there is a way you find coding stealers, please tell me. Whether it has to be a downloadable application or nothing like that exists, please tell me! Thank you.

not really. When someone accesses your page the web server sends them the HTML, they can easily copy and paste the HTML. You could try added comments to the HTML that won’t be displayed on the webpage, then search for these comments on other peoples pages. But they could always just edit them out.

There is no automatic process that i’m aware of.


Confoo 2010: NOLOH PHP Framework-Unified Server Side Development, 5/8 – Live Coding – Animation

Asher Snyder gives a presentation on the NOLOH PHP Framework (http://www.noloh.com). This is a part of the live coding portion of the presentation. This portion covers shifting and animations.

Duration : 0:5:36

Read more…


Begginners HTML coding help

http://www.w3schools.com/html/default.asp

Duration : 0:3:55

Read more…


Php coding help please?

Could anyone tell me please where i’ve made a mistake here in this php coding? When i fill the form in and hit the submit button it does show the $theResults but email doesn’t get sent to my address. I’ve been trying to find out where the problem is but i’m not getting anywhere. I have contacted my server and they support mail().
<?php
$subject = "test";
$to = "myname@example.co.uk";
$nameField = $_POST['name'];
$emailField = $_POST['email'];
$inquiryField = $_POST['inquiry'];

$body = <<<EOD
<br><hr><br>
Name: $nameField <br>
Email: $emailField <br>
Inquiry: $inquiryField <br>
EOD;

$headers = "From: $email\r\n";
$headers .= "Content-type: text/html\r\n";

/* Results rendered in Html */

$theResults = "email has been sent";
mail($to,$subject,$body,$headers);
echo "$theResults";

?>

It looks like you are doing everything correctly in your PHP script. If you are sure about the TO address and you are not finding the email in your inbox at that address, then first check your spam filter. If the spam filter was not the culprit, then the best thing to do is to check the mail server logs on the server. These should show you if there was a problem when the sending mail server used by PHP went to hook up with your inbound mail server to deliver the message, or if the message was received successfully. If there was a problem the logs will show you what it was. If the logs show that the message was delivered successfully and its not in your inbox and its not in your spam filter, then you need to forward the log record to your mail server admin who should be able to track down the missing message. Hope this helps.


Next Page »

Your Site Sample is Stephen Fry proof thanks to caching by WP Super Cache