Web Programming and Application Development

Coding, scripting and programming languages including PHP, Ruby, JSP, Java, Perl, ASP, .NET, and Cold Fusion.

Embeding Wordpress in PHP templating site

They have: 7 posts

Joined: Aug 2011

I have a simple site (header.php, footer.php and some content sites in between) and I want to include Wordpress as one of them. I install it and it works as domainname.com/blog, but I am wondering if I can get it to work under regular header.php, just like with other pages (Home, Services, Resources, Blog, Contact)

I am using something like this:

<?php
$subtitle
= "Media Services";
include(
"header.php");
?>

When I add the following code, it does not load anything"

include("blog/wp-blog-header.php");

Simple Website design for a family business. Pays 30$ for a very simple and non flashy web page.

They have: 1 posts

Joined: Feb 2012

I asked a family member to make my business a website and it doesnt look very good or load well. Just need a simple design, with a few pictures and text, nothing fancy no flash, etc. Not looking to pay a lot, but shouldnt take long. If your looking for a little extra cash and do good work, email for details.

Thank you,

Contact: owenhadd@ymail.com

Accept online payment and redirect users back to site

They have: 425 posts

Joined: Feb 2005

I cant seem to figure this out. The site I am building is for competitions. It will cost a user £1 to enter. All they have to do is enter their contact information and pay.
I cant seem to figure out how to handle the payments. The way I see it working is a user enters their information in an online form, they then click on buy and the user is redirected to an online payment site and then redirected back to my website where I confirm that payment was received and I then insert their details into the database.

Login on server using SOAP in PHP

They have: 1 posts

Joined: Jan 2012

Hello ,

I am trying to login on the server using this username and password in php , but its not authenticating. Username and password is ok.

$username = 'test';
$password = 'test123';
$client_email = '';
$useragent = 'user agenct';
$developer_token = '';
$application_token = '';

$namespace = '';

/*if(function_exists(SOAPClient))
{*/
$client = new SOAPClient("http://tempapi.onlineresumeparser.com/rplusParseResume.asmx?WSDL",array('trace' => true));
$user = new SOAPHeader($namespace, 'login', $username);
$password = new SOAPHeader($namespace, 'password', $password);

unable to get mysql and php to work. Xampp installer used.

They have: 1 posts

Joined: Jan 2012

Hi,

I am just starting with Php & Mysql except I have been unable to get it configured correctly to work. Initially I tried installing the binary compiled versions, and trying different paths which did'nt work either. I then deleted the complied version and restarted PC.
I installed the xampp installer with xcp.v.3.02. However, the main problem is with MySQl.
The error message was:

MySQL said:

#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
Connection for controluser as defined in your configuration failed.

what is best

They have: 1 posts

Joined: Dec 2011

which IDE is important to java Netbean or myeclipse

PHP login script - Object not found!

They have: 7 posts

Joined: Dec 2011

Hi there, please could someone tell me what is wrong with my code, I have checked it quite a few times now, and I am unable to find anything out of place.

The main script:

<?php

session_start();
switch (@$_POST['Button'])
{

case "Login":

include("dbstuff.php");

$cxn = mysqli_connect($host,$user,$passwd,$dbname)
or die("Query died: connect");

$sql = "SELECT username FROM storemembers

Looking for good CGI books

He has: 280 posts

Joined: Mar 2003

Can anyone here recommend some good *recent* books on CGI progamming? The ones I've seen advertised are ten years old.

Thanks,

Roy

Text Message validation of phone number

They have: 425 posts

Joined: Feb 2005

I am building an application that takes a users phone number. To avoid people entering fake or even other peoples phone number i want to validate it.
I thought of sending a text message with a code and the user just needs to input that code to validate their number.
My question is, how can I send a text message and does anyone know if there are any free services to do this?

Signature Box on Tablet

They have: 3 posts

Joined: Nov 2011

I have my signature field in my page. But what I need to happen is when the page is viewed on a tablet or smart phone I need a box to pop up where they can sign. Does anyone know how to do this?

Subscribe to this feed: Syndicate content