Search Results

Showing results 1 to 40 of 60
Search took 0.02 seconds.
Search: Posts Made By: mexabet ; Forum: PHP and child forums
Forum: PHP Nov 16th, 2009
Replies: 2
Views: 226
Posted By mexabet
Thanks for your reply and insight. I'm currently discussing with the SEOQuake Team to see if they will add my sites to the excluded domains by default. They have a great plug-in, but it's somewhat...
Forum: PHP Nov 15th, 2009
Replies: 2
Views: 226
Posted By mexabet
Please, I need a code that is capable of preventing SEOQuake from loading on my websites, even if a user has installed the plug-in.

For example, Google, Yahoo and Bing implements such feature. I...
Forum: PHP Oct 16th, 2009
Replies: 2
Views: 285
Posted By mexabet
Thanks Graphix,

I have managed to fix it, but will keep your code in case of next time.
Forum: PHP Oct 16th, 2009
Replies: 2
Views: 285
Posted By mexabet
I need help to make an included template to appear only on two pages and not on other pages of a photo album. Can someone help me out on how to use the "elseif" statement to accomplish this?
Right...
Forum: PHP Nov 18th, 2008
Replies: 5
Views: 730
Posted By mexabet
I wrote a similar code about image upload and gave a detailed explanation about what the code does at any given section. You can find it here at Daniweb:...
Forum: PHP Nov 6th, 2008
Replies: 3
Views: 821
Posted By mexabet
Take a look at this thread where I gave a detailed explanation about the process: http://www.daniweb.com/forums/thread148350.html
Forum: PHP Nov 5th, 2008
Replies: 5
Views: 576
Posted By mexabet
I guess you're talking about directory submitter, but I really don't know if it's an Online type or a desktop type is the one needed. It does pay to put your message across in a way others will...
Forum: PHP Nov 1st, 2008
Replies: 1
Views: 2,759
Posted By mexabet
Check out these two sites:
http://www.omnistardrive.com/
http://www.hotscripts.com/PHP/Scripts_and_Programs/File_Manipulation/Upload_Systems/index.html
Forum: PHP Oct 22nd, 2008
Replies: 1
Views: 959
Posted By mexabet
I know this can be achieved with PHP scripting. To do that your homepage needs to connect to your blog's MySQL database and extract the data from the table containing the latest blog posts.

But...
Forum: PHP Oct 17th, 2008
Replies: 3
Views: 579
Posted By mexabet
Helpful links about Mod rewrite:
http://www.workingwith.me.uk/articles/scripting/mod_rewrite
http://www.addedbytes.com/apache/url-rewriting-for-beginners/
Forum: PHP Oct 13th, 2008
Replies: 14
Views: 2,834
Posted By mexabet
R0bb0b,

No offenses taken! Instead, we are working together to get a good working script for our fellow community member.
Forum: PHP Oct 10th, 2008
Replies: 2
Views: 540
Posted By mexabet
The one I know that provides the functionality and the flexibility you want is not open source. Take a look at Interspire Shopping Cart and view their demo, to see if it would serve your needs.
Forum: PHP Oct 4th, 2008
Replies: 8
Views: 687
Posted By mexabet
Read this thread as it might give you a detailed idea of what you're trying to do: http://www.daniweb.com/forums/thread148350.html
Forum: PHP Oct 3rd, 2008
Replies: 8
Views: 680
Posted By mexabet
I think it would be better to move this thread to PHP Forum, in order to get more response from others.
Forum: PHP Oct 3rd, 2008
Replies: 14
Views: 2,834
Posted By mexabet
See if this helps. To use this script, you need to create a folder named uploads where the uploaded files would be stored.
<?php
$maxsize=28480; // Set the maximum upload size in bytes
if...
Forum: PHP Oct 3rd, 2008
Replies: 6
Views: 720
Posted By mexabet
I prefer PHP personally. It is open source and help can be found almost everywhere on the web.
Forum: PHP Oct 3rd, 2008
Replies: 4
Views: 705
Posted By mexabet
I use RoundCube and it's easy to use and has better features than Squirrel Mail.
Forum: PHP Sep 27th, 2008
Replies: 6
Views: 1,161
Posted By mexabet
opsryushi and Shanti Chepuru have given you more accurate and straight-to-the-point answers than I did earlier. Listen to their advice and start with the basic HTML and Cascading Style Sheets (CSS)....
Forum: PHP Sep 26th, 2008
Replies: 3
Views: 576
Posted By mexabet
Can you please explain very well what you need and what you want to achieve? Just make your point clearer.
Forum: PHP Sep 26th, 2008
Replies: 6
Views: 1,161
Posted By mexabet
It is a better approach to start learning one first, and when you feel you're mastering it, move on to another one. It would be somewhat difficult to start learning all the languages at once.
...
Forum: PHP Sep 25th, 2008
Replies: 1
Views: 540
Posted By mexabet
Then, you may have to take a look at Omnistar Affiliate Software and see if it has what you're looking for. It is MAC compliant as well.
Forum: PHP Sep 21st, 2008
Replies: 5
Views: 1,159
Posted By mexabet
You can visit http://sitebuilder.mexabet.com/template_gallery/ and click on any of the featured templates (images) and see how the code I posted here works.
Forum: PHP Sep 20th, 2008
Replies: 5
Views: 1,159
Posted By mexabet
I normally use Javascript for iframes. Try this and see if it works:
Place this between the <head> </head> tags.
<script language="javascript" type="text/javascript">
<!--
var win=null;
function...
Forum: PHP Sep 20th, 2008
Replies: 3
Views: 520
Posted By mexabet
Try this and see if it works, but you may have to modify it to reflect your form fields:

$subject="Name: ".$name."
Email: ".$email."
Message: ".$message."
";
$subject = stripslashes($subject);...
Forum: PHP Sep 20th, 2008
Replies: 5
Views: 1,159
Posted By mexabet
I visited aoausa.com/ and clicked on Upcoming Events and it opened another web page within aoausa.com- aoausa.com/Upcoming_Events.htm[ in the same window. There was nothing like an iframe and neither...
Forum: PHP Sep 19th, 2008
Replies: 0
Views: 1,095
Posted By mexabet
I have the following script for my Guestbook and it works fine. But I came across a captcha script I would like to incorporate into the already existing Guestbook. I have attached the captcha files...
Forum: PHP Sep 16th, 2008
Replies: 2
Views: 476
Posted By mexabet
Try this and see if it helps:

<?php
$headers = 'From: form@connect.com' . "\r\n" .
'Reply-To: form@connect.com' . "\r\n" .
'X-Mailer: PHP/' . phpversion();

mail($to, $subject,...
Forum: PHP Sep 8th, 2008
Replies: 3
Views: 529
Posted By mexabet
I really don't know about any free ebook on PHP. But a lot can be learned from PHP official website- www.php.net. They have tons of manuals, documentations and examples. Books help a lot but php.net...
Forum: PHP Sep 5th, 2008
Replies: 3
Views: 673
Posted By mexabet
You may need to post the code that generated the error here. This will enable the community to have a clear knowledge of it and hence, help you as soon as possible. Without the code all we can do is...
Forum: PHP Aug 26th, 2008
Replies: 17
Views: 1,687
Posted By mexabet
aamir098,

I literally hope both of you will settle this issue amicably as brothers and move on.
Forum: PHP Aug 25th, 2008
Replies: 17
Views: 1,687
Posted By mexabet
Hi hassanahmad,

I think this kind of quarreling over copyright ownership with that guy is not good for business. However, such things happen. But don't let it get out of control. If actually...
Forum: PHP Jul 30th, 2008
Replies: 5
Views: 6,310
Posted By mexabet
I have tried some PHP redirection methods and they all were giving me this error message: Warning: Cannot modify header information - headers already sent by.... on line...
Then I tried this and it...
Forum: PHP Jul 30th, 2008
Replies: 2
Views: 480
Posted By mexabet
Inquire more at godaddy.com
Forum: PHP Jul 29th, 2008
Replies: 0
Views: 611
Posted By mexabet
I have this script and it works fine but Google is complaining that the dynamically-generated URLs have duplicate title tags and duplicate meta descriptions- having inherited that from...
Forum: PHP Jul 28th, 2008
Replies: 8
Views: 1,904
Posted By mexabet
PomonaGrange,
For the file upload section of your script, take a look at this thread: http://www.daniweb.com/forums/thread136807.html
Forum: PHP Jul 28th, 2008
Replies: 5
Views: 3,580
Posted By mexabet
A simpler way to do it is to duplicate the HTML file in Microsoft Word and save the file as a .doc extension. Upload the .doc file to your server. Put a Hyperlink on your HTML file pointing to the...
Forum: PHP Jul 27th, 2008
Replies: 3
Views: 565
Posted By mexabet
I agree with you and I've been thinking deeply how and when I can be able to develop a unique platform to power my applications.
Forum: PHP Jul 27th, 2008
Replies: 3
Views: 565
Posted By mexabet
A PHP framework is a web application development platform that helps you to write PHP programs. There are many PHP Frameworks. Popular among them is the Zend Framework. Visit the following link for...
Forum: PHP Jul 26th, 2008
Replies: 2
Views: 1,222
Posted By mexabet
Bcc means blind carbon copy. To use it enter the correct email address for the blind carbon copy recipient of your message. To send an email to multiple recipients using Bcc, enter their email...
Forum: PHP Jul 26th, 2008
Replies: 5
Views: 955
Posted By mexabet
Hello ibrahimssani,

Since the issue of this thread has been resolved, you may want to mark it as "Solved", owing to the fact that you're the thread starter. Doing this prevents people from posting...
Showing results 1 to 40 of 60

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC