Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~782 People Reached
Favorite Forums
Favorite Tags
php x 6
Member Avatar for dipakxyz

Hi, this is my CPP code which i want to convert to PHP [CODE] #include <iostream> #include <string> #include <sstream> #include <set> #include<stdio.h> #include<conio.h> void print_combinations( std::string prefix, const int* arr, std::size_t N, std::size_t start, std::size_t num_comb, bool first_time = true ) { static std::set< std::string > prefixes ; if( …

Member Avatar for dipakxyz
0
138
Member Avatar for dipakxyz

Hi, i am generating html to pdf using [code] require('html2fpdf.php'); $pdf=new HTML2FPDF(); $dummy='<html><head> <style> .text11 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #434450; text-decoration: none; font-weight: bold; } .text111 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #AE4506; text-decoration: none; font-weight: bold; } .text122 { font-family: Arial, Helvetica, sans-serif; …

Member Avatar for chrishea
0
503
Member Avatar for dipakxyz

Hi , PEARS installed on my demo server and i want to run my script containing timezone but i am unable to run the script, the script is working properly on windows but as oue demo server is on linux i am uanble to run the script on linux,so plz …

Member Avatar for HITMANOF44th
0
64
Member Avatar for dipakxyz

Hi , i am developing the bidding site in which customers and vendors belongs to different timezones,customer can place an order provided the order should be placed on or before 3pm GMT time at a spcified day like today, tommorow,.........After 3pm of lasting day,customer should not be able to place …

Member Avatar for samarudge
0
77