Posts tagged "PHP code"

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 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.


Is learning html coding for web development hard?

In the future I want to be able to maintain websites for different companies. I’m talking a html coding class and probably in the summer, dreamweaver. What do you all think?

Well learning HTML is not hard, if you enjoy actually learning it and doing it. I have seen people have the worst time doing it because they didn’t enjoy it. An i think its a great idea about the 2 classes you wanna take, i took both and they both helped me a lot. I would also recommend looking up a server-side programming class, i would wait till after you do html and dreamweaver classes because theres a lot to server-side programming and needs your full attention. But It will teach you how to do shopping carts, and now a days a lot of people want you to maintain those for them more then just the site information. Not to mention it’s something good to learn and add to your resume. Also, i dont know if your html class will teach you this, should, but if it doesn’t learn how to do a Cascading Style Sheet (CSS) that is becoming very popular now a days. But, a good site to check out, if you run into any HTML problems or wanna learn CSS on your own is http://www.w3schools.com/default.asp. Its not just great for HTML and CSS, but it has many other popular programming languages, not all, but most and gives the basics about each of them. But i agree with everyone else, its not keeping up the sites and doing it that is the problem, its keeping people interested in your site that is the hard part. You might think something looks great, but if you ask a average computer user they might hate it. Best thing to do is ask multiple people questions an ask what they like and dont like about it, and how you could improve the site. Best advice will come from the most honest people you know, so ask them first. Good Luck


Next Page »

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